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 d14994dc73 [httpx] replace searx.poolrequests by searx.network
settings.yml:

* outgoing.networks:
   * can contains network definition
   * propertiers: enable_http, verify, http2, max_connections, max_keepalive_connections,
     keepalive_expiry, local_addresses, support_ipv4, support_ipv6, proxies, max_redirects, retries
   * retries: 0 by default, number of times searx retries to send the HTTP request (using different IP & proxy each time)
   * local_addresses can be "192.168.0.1/24" (it supports IPv6)
   * support_ipv4 & support_ipv6: both True by default
     see https://github.com/searx/searx/pull/1034
* each engine can define a "network" section:
   * either a full network description
   * either reference an existing network

* all HTTP requests of engine use the same HTTP configuration (it was not the case before, see proxy configuration in master)
3 years ago
..
engines [mod] remove unused import 4 years ago
network [httpx] replace searx.poolrequests by searx.network 3 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 [fix] test: avoid HTTP requests 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 [fix] test: avoid HTTP requests 3 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 Add searx_extra package 3 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 [fix] test: avoid HTTP requests 3 years ago
test_webutils.py Updated webutils.highlight_content to ignore double-quotes when highlighting query parts 3 years ago