mirror of https://github.com/searxng/searxng.git
11 lines
215 B
JSON
11 lines
215 B
JSON
|
{
|
||
|
"python.testing.unittestArgs": [
|
||
|
"-v",
|
||
|
"-s",
|
||
|
"./tests",
|
||
|
"-p",
|
||
|
"test_*.py"
|
||
|
],
|
||
|
"python.testing.pytestEnabled": false,
|
||
|
"python.testing.unittestEnabled": true,
|
||
|
}
|