1
0
mirror of https://github.com/searx/searx synced 2024-12-12 16:56:47 +01:00
searx/tests/unit
Alexandre Flament 7ec8bc3ea7 [mod] split searx.search into different processors
see searx.search.processors.abstract.EngineProcessor

First the method searx call the get_params method.

If the return value is not None, then the searx call the method search.
2020-12-17 11:39:36 +01:00
..
engines
settings [fix] settings_loader: don't crash when a key exists only in the user settings 2020-12-03 11:35:12 +01:00
__init__.py
test_answerers.py
test_engines_init.py
test_plugins.py [mod] pylint: numerous minor code fixes 2020-12-01 15:21:19 +01:00
test_poolrequests.py
test_preferences.py [mod] pylint: numerous minor code fixes 2020-12-01 15:21:19 +01:00
test_query.py
test_results.py
test_search.py [mod] split searx.search into different processors 2020-12-17 11:39:36 +01:00
test_settings_loader.py
test_standalone_searx.py [mod] split searx.search into different processors 2020-12-17 11:39:36 +01:00
test_utils.py [enh] record details exception per engine 2020-12-03 10:22:48 +01:00
test_webadapter.py [mod] split searx.search into different processors 2020-12-17 11:39:36 +01:00
test_webapp.py [mod] themes: remove legacy, courgette and pix-art themes 2020-12-17 11:33:28 +01:00
test_webutils.py