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
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