searxng/.vscode/settings.json

11 lines
215 B
JSON
Raw Normal View History

2023-03-15 19:04:03 +00:00
{
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
}