mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-29 12:02:31 +00:00
17 lines
393 B
JSON
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
|
|
} |