diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-02-08 14:49:46 +0100 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2015-02-08 14:49:46 +0100 |
| commit | dd4686a3886458f600427aba0ed7b9666b3644db (patch) | |
| tree | 8bd6d19dc101dda652525623627af2a8a5c86205 /searx/tests/test_engines.py | |
| parent | 04f7118d0a0693906ef57fa83f01d29eb366a45e (diff) | |
[enh] add blekko_images 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 30f2d0912..651da6dc2 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -1,6 +1,7 @@ from searx.tests.engines.test_bing import * # noqa from searx.tests.engines.test_bing_images import * # noqa from searx.tests.engines.test_bing_news import * # noqa +from searx.tests.engines.test_blekko_images import * # noqa from searx.tests.engines.test_btdigg import * # noqa from searx.tests.engines.test_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa |