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 a1adc46fc8 [pylint] Pylint 2.10 - fix redundant-u-string-prefix
Pylint 2.10 added new default checks [1]:

redundant-u-string-prefix:
  Emitted when the u prefix is added to a string

[1] https://pylint.pycqa.org/en/latest/whatsnew/2.10.html
[2] https://github.com/PyCQA/pylint/issues/4102

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
3 years ago
..
engines [mod] remove unused import 4 years ago
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 Drop Python 2 (1/n): remove unicode string and url_utils 4 years ago
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 3 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 [mod] remove buildout/makefile infrastructure 9 years ago
test_search.py [mod] settings_default: remove searx.search.max_request_timeout global variable 3 years ago
test_settings_loader.py [mod] settings.yml: remove locales 3 years ago
test_standalone_searx.py Add searx_extra package 3 years ago
test_utils.py [pylint] Pylint 2.10 - fix redundant-u-string-prefix 3 years ago
test_webadapter.py [mod] split searx.search into different processors 4 years ago
test_webapp.py [mod] searx.webapp.get_locale: read locale from the preferences 3 years ago
test_webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 3 years ago