Files
HowBadIsMyBatch/.vscode/settings.json
2023-02-16 08:39:06 +01:00

12 lines
258 B
JSON

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