Files
tsun-gen3-proxy/.vscode/settings.json
2023-10-21 21:39:19 +02:00

12 lines
267 B
JSON

{
"python.testing.pytestArgs": [
"-vv",
"app",
"--cov=app/src",
"--cov-report=xml",
"--cov-report=html",
"system_tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}