MDAF/.vscode/settings.json
Remi Ehounou 50191dd984 debug
2021-06-09 15:53:58 -04:00

17 lines
393 B
JSON

{
"python.pythonPath": "/usr/sbin/python",
"python.testing.pytestArgs": [
"tests"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.cwd": "",
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": false
}