searxng/tests/unit
Alexandre Flament 8c1a65d32f [mod] multithreading only in searx.search.* packages
it prepares the new architecture change,
everything about multithreading in moved in the searx.search.* packages

previously the call to the "init" function of the engines was done in searx.engines:
* the network was not set (request not sent using the defined proxy)
* it requires to monkey patch the code to avoid HTTP requests during the tests
2021-05-05 13:12:42 +02:00
..
engines [mod] remove unused import 2020-11-14 14:11:02 +01:00
network [httpx] replace searx.poolrequests by searx.network 2021-04-12 17:25:56 +02:00
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 [mod] remove buildout/makefile infrastructure 2016-01-10 19:23:10 +01:00
test_answerers.py Drop Python 2 (1/n): remove unicode string and url_utils 2020-09-10 10:39:04 +02:00
test_engines_init.py [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
test_external_bangs.py [mod] add utils/fetch_external_bangs.py 2021-02-24 18:48:36 +01:00
test_plugins.py [mod] pylint: numerous minor code fixes 2020-12-01 15:21:19 +01:00
test_preferences.py [mod] pylint: numerous minor code fixes 2020-12-01 15:21:19 +01:00
test_query.py [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
test_results.py [mod] remove buildout/makefile infrastructure 2016-01-10 19:23:10 +01:00
test_search.py [mod] searx.search.EngineRef: remove from_bang parameter 2020-12-18 12:29:48 +01:00
test_settings_loader.py [enh] settings.yml: add use_default_settings option (2nd version) 2020-11-27 19:40:04 +01:00
test_standalone_searx.py Add searx_extra package 2021-03-04 11:59:14 +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] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
test_webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 2021-02-08 23:58:54 -05:00