8 lines
273 B
JSON
8 lines
273 B
JSON
{
|
|
"python.pythonPath": "dev_env/bin/python",
|
|
"python.testing.pytestArgs": [
|
|
"--verbose", "--junit-xml=${workspaceFolder}/unit_test.junit.xml", "--tb=line", "test"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |