Files
ThousandHands/.vscode/settings.json
2024-10-03 18:23:21 +08:00

7 lines
147 B
JSON

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