diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-31 16:16:30 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-31 16:16:30 +0100 |
| commit | d5b8005ee10054b5260f57c1800ddebfa03c39cf (patch) | |
| tree | d4c9bc300307387e3f00fc110149d8027e8e9bb7 /searx/tests/test_engines.py | |
| parent | 8ea749d6ec0b711c516f3dbdb34a1bd17ae7d945 (diff) | |
Google images' 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 66f8fbff7..e609f9a5c 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -9,6 +9,7 @@ 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_github import * # noqa +from searx.tests.engines.test_google_images import * # noqa from searx.tests.engines.test_kickass import * # noqa from searx.tests.engines.test_mixcloud import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa |