From d923b2a420b77a3a29375516ed9929beeda0924a Mon Sep 17 00:00:00 2001 From: Thomas Pointhuber Date: Mon, 1 Jun 2015 09:15:50 +0200 Subject: [enh] implement swisscows engine, FIX #347 TODO: implement image engine --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index 5770458f3..90f0ce846 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -32,6 +32,7 @@ from searx.tests.engines.test_spotify import * # noqa from searx.tests.engines.test_stackoverflow import * # noqa from searx.tests.engines.test_startpage import * # noqa from searx.tests.engines.test_subtitleseeker import * # noqa +from searx.tests.engines.test_swisscows import * # noqa from searx.tests.engines.test_twitter import * # noqa from searx.tests.engines.test_vimeo import * # noqa from searx.tests.engines.test_www1x import * # noqa -- cgit v1.2.3