nvm/.vscode/settings.json
yurigagarino 1c743b1689 v0.40.3
2025-04-30 08:05:08 +00:00

11 lines
207 B
JSON

{
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"-p",
"*test.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true
}