9 строки
252 B
JSON
9 строки
252 B
JSON
|
{
|
||
|
"python.pythonPath": "${workspaceFolder}/bin/python3",
|
||
|
"python.testing.pytestArgs": [
|
||
|
"tests"
|
||
|
],
|
||
|
"python.testing.unittestEnabled": false,
|
||
|
"python.testing.nosetestsEnabled": false,
|
||
|
"python.testing.pytestEnabled": true
|
||
|
}
|