2021-02-06 00:33:49 +00:00
|
|
|
{
|
|
|
|
"python.testing.unittestArgs": [
|
|
|
|
"-v",
|
|
|
|
"-s",
|
|
|
|
"./tests",
|
|
|
|
"-p",
|
|
|
|
"test*.py"
|
|
|
|
],
|
|
|
|
"python.testing.pytestEnabled": false,
|
|
|
|
"python.testing.nosetestsEnabled": false,
|
2021-02-07 15:27:31 +00:00
|
|
|
"python.testing.unittestEnabled": true,
|
|
|
|
"python.linting.enabled": true
|
2021-02-06 00:33:49 +00:00
|
|
|
}
|