14 lines
No EOL
346 B
JSON
Executable file
14 lines
No EOL
346 B
JSON
Executable file
{
|
|
"python.testing.unittestArgs": [
|
|
"-v",
|
|
"-s",
|
|
".",
|
|
"-p",
|
|
"*test.py"
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.unittestEnabled": false,
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"python.testing.promptToConfigure": false
|
|
} |