6 lines
157 B
JSON
6 lines
157 B
JSON
{
|
|
"python.testing.unittestArgs": ["-v", "-s", ".", "-p", "*_test.py"],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.unittestEnabled": true
|
|
}
|