Updated. /JL

This commit is contained in:
2023-03-28 20:32:34 +02:00
parent 04201e7123
commit df96d98db5

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

@@ -0,0 +1,11 @@
{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*_test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}