PYRSS-Bot/.vscode/settings.json
2023-12-27 09:44:07 +00:00

11 lines
211 B
JSON

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