11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
".",
|
|
"-p",
|
|
"*test*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
} |