searxng/searx/search
Alexandre Flament 8c1a65d32f [mod] multithreading only in searx.search.* packages
it prepares the new architecture change,
everything about multithreading in moved in the searx.search.* packages

previously the call to the "init" function of the engines was done in searx.engines:
* the network was not set (request not sent using the defined proxy)
* it requires to monkey patch the code to avoid HTTP requests during the tests
2021-05-05 13:12:42 +02:00
..
checker [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
processors [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
__init__.py [mod] multithreading only in searx.search.* packages 2021-05-05 13:12:42 +02:00
models.py [fix] checker: various bug fixes 2021-03-25 09:37:37 +01:00