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
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.
4 years ago
..
engines [mod] remove unused import 4 years ago
settings [fix] settings_loader: don't crash when a key exists only in the user settings 4 years ago
__init__.py [mod] remove buildout/makefile infrastructure 9 years ago
test_answerers.py Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
test_engines_init.py [enh] Add onions category with Ahmia, Not Evil and Torch 4 years ago
test_plugins.py [mod] pylint: numerous minor code fixes 4 years ago
test_poolrequests.py [enh] Add multiple outgoing proxies 4 years ago
test_preferences.py [mod] pylint: numerous minor code fixes 4 years ago
test_query.py [fix] resolve query_parts regression 4 years ago
test_results.py [mod] remove buildout/makefile infrastructure 9 years ago
test_search.py [mod] searx.search.EngineRef: remove from_bang parameter 4 years ago
test_settings_loader.py [enh] settings.yml: add use_default_settings option (2nd version) 4 years ago
test_standalone_searx.py [mod] searx.search.EngineRef: remove from_bang parameter 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] themes: remove legacy, courgette and pix-art themes 4 years ago
test_webutils.py [mod] add searx/webutils.py 4 years ago