chore: add VSCode settings for pytest configuration
Some checks failed
/ typecheck (pull_request) Failing after 1m27s

This commit is contained in:
2025-11-11 14:22:00 +01:00
parent 2740a13ebb
commit 3270173fd9

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}