1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-07 09:50:12 +02:00
searxng/.vscode/settings.json

11 lines
215 B
JSON
Raw Normal View History

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