Files
playground/.vscode/settings.json
T
2023-02-18 07:39:08 +01:00

7 lines
146 B
JSON

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