1
0
mirror of https://github.com/searx/searx synced 2025-01-13 09:26:38 +01:00
searx/tests/unit
Alexandre Flament 230a5ecd04 [fix] fix a test_standalone_searx test case
If test_engines_init.py runs before test_standalone_searx.py, the engine list is not empty.
It makes test_get_search_query flaky.

This commit initializes the engline list in test_standalone_searx.py
2020-11-17 10:39:44 +01:00
..
engines [mod] remove unused import 2020-11-14 14:11:02 +01:00
__init__.py
test_answerers.py
test_engines_init.py
test_plugins.py
test_preferences.py
test_query.py
test_results.py
test_search.py
test_standalone_searx.py [fix] fix a test_standalone_searx test case 2020-11-17 10:39:44 +01:00
test_utils.py
test_webadapter.py [mod] remove unused import 2020-11-14 14:11:02 +01:00
test_webapp.py
test_webutils.py