mirror of
https://github.com/searxng/searxng
synced 2024-10-30 21:20:28 +00:00
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,
|
|
} |