|
|
@ -9,11 +9,7 @@ |
|
|
|
"**/__pycache__/": true |
|
|
|
"**/__pycache__/": true |
|
|
|
}, |
|
|
|
}, |
|
|
|
"python.unitTest.unittestArgs": [ |
|
|
|
"python.unitTest.unittestArgs": [ |
|
|
|
"-v", |
|
|
|
"-v" |
|
|
|
"-s", |
|
|
|
|
|
|
|
"./tests", |
|
|
|
|
|
|
|
"-p", |
|
|
|
|
|
|
|
"test_*.py" |
|
|
|
|
|
|
|
], |
|
|
|
], |
|
|
|
"python.unitTest.pyTestEnabled": false, |
|
|
|
"python.unitTest.pyTestEnabled": false, |
|
|
|
"python.unitTest.nosetestsEnabled": false, |
|
|
|
"python.unitTest.nosetestsEnabled": false, |
|
|
|