diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-06-01 09:15:50 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-06-01 11:04:01 +0200 |
| commit | d923b2a420b77a3a29375516ed9929beeda0924a (patch) | |
| tree | 0130db9458f7baaf25bb0edff837b0129b6a1e50 /searx/tests/test_engines.py | |
| parent | aac8d3a7bfdd77a5369e52a4ece99b20669a4625 (diff) | |
[enh] implement swisscows engine, FIX #347
TODO: implement image engine
Diffstat (limited to 'searx/tests/test_engines.py')
| -rw-r--r-- | searx/tests/test_engines.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |