Add initial pytest configuration in settings.json

This commit is contained in:
2026-02-02 15:16:00 +01:00
parent ca362f80fe
commit 4521d9fb1d

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
}