diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-01 14:31:04 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-01 14:31:04 +0100 |
| commit | c6535dd65ebf110d00d633db1170f35cf60b8df0 (patch) | |
| tree | 30cdd65dc9683bbd81f2e00a6837ed48051c0d0b /searx/tests/test_engines.py | |
| parent | 8cf2ee57216b4dffc419e1762ff1fe4dfd30e227 (diff) | |
Flickr Noapi unit test
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 94f479dae..ed5ee42d8 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -8,6 +8,7 @@ from searx.tests.engines.test_deviantart import * # noqa from searx.tests.engines.test_digg import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_flickr import * # noqa +from searx.tests.engines.test_flickr_noapi import * # noqa from searx.tests.engines.test_github import * # noqa from searx.tests.engines.test_google_images import * # noqa from searx.tests.engines.test_google_news import * # noqa |