Files
tsun-gen3-proxy/.vscode/settings.json
Stefan Allius 52d8eba52a Initial commit
2023-09-24 21:54:37 +02:00

7 lines
160 B
JSON

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