diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-31 16:38:03 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-31 16:38:03 +0100 |
| commit | b7dc1fb9d572d53d04c0120d96c76a20a418cc94 (patch) | |
| tree | d367f21a1d2c52ec6cde71b980f2b7a0fa1e199c /searx/tests/test_engines.py | |
| parent | d5b8005ee10054b5260f57c1800ddebfa03c39cf (diff) | |
Google news' 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 e609f9a5c..00ac8ffdf 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -10,6 +10,7 @@ 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_google_news 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 |