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