diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-06-02 20:36:58 +0200 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-06-02 20:36:58 +0200 |
| commit | f05087b93ac1ebef3bdacd353524bac0d8041832 (patch) | |
| tree | 41d3d6901cc969f216c485811b7f19baf62212ff /searx/tests/test_engines.py | |
| parent | 884eeb8541e0a4cf3d65c2a17e1c2f788cab7fb1 (diff) | |
Refactor
Use only one engine for the four search from Qwant
Diffstat (limited to 'searx/tests/test_engines.py')
| -rw-r--r-- | searx/tests/test_engines.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 4f3088adb..166184c4d 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -26,9 +26,6 @@ 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 |