Merge pull request #375 from dalf/searxng_extra

SearXNG: searx_extra
This commit is contained in:
Alexandre Flament 2021-10-03 19:09:07 +02:00 committed by GitHub
commit 47eb836c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 62 additions and 61 deletions

View file

@ -8,7 +8,7 @@ from mock import Mock, patch
from nose2.tools import params
from searx.search import SearchQuery, EngineRef, initialize
from searx_extra import standalone_searx as sas
from searxng_extra import standalone_searx as sas
from tests import SearxTestCase