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
Grant Lanham 5276219b9d Fix tineye engine url, datetime parsing, and minor refactor
Changes made to tineye engine:
1. Importing logging if TYPE_CHECKING is enabled
2. Remove unecessary try-catch around json parsing the response, as this
masked the original error and had no immediate benefit
3. Improve error handling explicitely for status code 422 and 400
upfront, deferring json_parsing only for these status codes and
successful status codes
4. Unit test all new applicable changes to ensure compatability
2 months ago
..
engines [fix] unit test_xpath.py: name 'logger' is not defined 4 months ago
network [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
processors [fix] implement tests and remove usage of gen_useragent in engines 4 months ago
settings [mod] revision of the settings_loader 3 months ago
__init__.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_answerers.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_engines_init.py [fix] unit tests: fix load / unload engines & fix messages 2 months ago
test_exceptions.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_external_bangs.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_locales.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_plugins.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_preferences.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_query.py [fix] tear down TEST_ENGINES after TestBang is proceeded 3 months ago
test_results.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_search.py [fix] unit tests: fix load / unload engines & fix messages 2 months ago
test_settings_loader.py [mod] revision of the settings_loader 3 months ago
test_tineye.py Fix tineye engine url, datetime parsing, and minor refactor 2 months ago
test_utils.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_webadapter.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago
test_webapp.py [fix] unit tests: fix load / unload engines & fix messages 2 months ago
test_webutils.py [mod] pylint all files with one profile / drop PYLINT_SEARXNG_DISABLE_OPTION 7 months ago