13 lines
295 B
JSON
13 lines
295 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
"./tests",
|
|
"-p",
|
|
"test*.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.linting.enabled": true
|
|
} |