Vscode test suite

This commit is contained in:
2026-05-18 21:03:05 +02:00
parent 46e883200e
commit 1caffff30d

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

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