Files
tsun-gen3-proxy/.vscode/settings.json
2023-09-30 16:10:36 +02:00

8 lines
175 B
JSON

{
"python.testing.pytestArgs": [
"-vv",
"app","system_tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}