presenton/servers/fastapi/.vscode/settings.json
2025-05-10 19:57:24 +05:45

7 lines
No EOL
135 B
JSON

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