Files
HowBadIsMyBatch/.vscode/settings.json
frankknoll e87fe0c8ba refactoring
2022-11-22 12:40:26 +01:00

11 lines
211 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
"./src",
"-p",
"*Test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}