Files
2023-12-12 10:58:39 +03:00

11 lines
215 B
JSON

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