mirror of
https://github.com/ejeanboris/MDAF.git
synced 2025-04-30 04:22:28 +00:00
9 lines
245 B
JSON
9 lines
245 B
JSON
{
|
|
"python.pythonPath": "/usr/sbin/python",
|
|
"python.testing.pytestArgs": [
|
|
"Sample codes"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |