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