pass-gen/.vscode/settings.json
2021-07-05 17:30:05 +02:00

8 lines
No EOL
191 B
JSON

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