You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/tests/unit
Markus Heiser e02b5469f0 [mod] use tests/unit/settings/test_settings.yml in unit tests
In unit tests settings from

    searx/settings.yml

and the user settings from:

    unit/settings/test_settings.yml

are used.  In the latter, settings can be activated that are needed in the unit
test but should not activated by default in production.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
engines
network [fix] fix KeyError: 'ipv6' 3 years ago
settings [mod] use tests/unit/settings/test_settings.yml in unit tests 3 years ago
__init__.py [mod] use tests/unit/settings/test_settings.yml in unit tests 3 years ago
test_answerers.py
test_engines_init.py [mod] multithreading only in searx.search.* packages 3 years ago
test_external_bangs.py [mod] add utils/fetch_external_bangs.py 4 years ago
test_plugins.py [mod] pylint: numerous minor code fixes 4 years ago
test_preferences.py [mod] pylint: numerous minor code fixes 4 years ago
test_query.py [mod] multithreading only in searx.search.* packages 3 years ago
test_results.py
test_search.py [mod] settings_default: remove searx.search.max_request_timeout global variable 3 years ago
test_settings_loader.py
test_standalone_searx.py Add searx_extra package 4 years ago
test_utils.py [enh] record details exception per engine 4 years ago
test_webadapter.py [mod] split searx.search into different processors 4 years ago
test_webapp.py [mod] multithreading only in searx.search.* packages 3 years ago
test_webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 4 years ago