file-organizer/.vscode/settings.json
2025-01-31 19:20:53 +01:00

7 lines
153 B
JSON

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