searxngRebrandZaclys/tests/unit
Alexandre Flament eda8934f15 [mod] searx.search.EngineRef: remove from_bang parameter
from_bang is True when the user query contains a bang.
In this case the category is also set to 'none'.

from_bang only usage was in searx.webadapter.parse_specific :
if from_bang is True, then the EngineRef category is ignored and force to 'none'.

This commit also removes the searx.webadapter.parse_sepecific function.
2020-12-18 12:29:48 +01:00
..
engines [mod] remove unused import 2020-11-14 14:11:02 +01: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
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
test_query.py [fix] resolve query_parts regression 2020-10-26 14:15:59 +01:00
test_results.py
test_search.py [mod] searx.search.EngineRef: remove from_bang parameter 2020-12-18 12:29:48 +01:00
test_settings_loader.py
test_standalone_searx.py
test_utils.py
test_webadapter.py
test_webapp.py [mod] themes: remove legacy, courgette and pix-art themes 2020-12-17 11:33:28 +01:00
test_webutils.py