summaryrefslogtreecommitdiff
path: root/searx/tests/test_engines.py
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-06-01 00:00:32 +0200
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2015-06-01 00:00:32 +0200
commit884eeb8541e0a4cf3d65c2a17e1c2f788cab7fb1 (patch)
treea3179b4a58b34bde03e2a140c5511567008af3a9 /searx/tests/test_engines.py
parentf965c978222cf48e8dd4b7dd6c9a28ccca9bc62f (diff)
New Qwant engines
- Web - Images - News - Social media
Diffstat (limited to 'searx/tests/test_engines.py')
-rw-r--r--searx/tests/test_engines.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py
index d0a4de4b8..4f3088adb 100644
--- a/searx/tests/test_engines.py
+++ b/searx/tests/test_engines.py
@@ -25,6 +25,10 @@ from searx.tests.engines.test_mixcloud import * # noqa
from searx.tests.engines.test_openstreetmap import * # noqa
from searx.tests.engines.test_photon import * # noqa
from searx.tests.engines.test_piratebay import * # noqa
+from searx.tests.engines.test_qwant import * # noqa
+from searx.tests.engines.test_qwant_images import * # noqa
+from searx.tests.engines.test_qwant_news import * # noqa
+from searx.tests.engines.test_qwant_social import * # noqa
from searx.tests.engines.test_searchcode_code import * # noqa
from searx.tests.engines.test_searchcode_doc import * # noqa
from searx.tests.engines.test_soundcloud import * # noqa