diff options
author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-10 18:44:49 +0100 |
---|---|---|
committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-10 18:44:49 +0100 |
commit | f703a77fc9d44e1a2718a4c26a507973f3bf976d (patch) | |
tree | b76fcd61d23ca1fcde3b6ff41c73e43ab0cc0a6a /searx/tests/test_engines.py | |
parent | 8c2a5f04926473a2a89667b7603e21cc31b80f61 (diff) | |
download | searxng-f703a77fc9d44e1a2718a4c26a507973f3bf976d.tar.gz searxng-f703a77fc9d44e1a2718a4c26a507973f3bf976d.zip |
Photon's unit test
As in Flickr, a continue is not detected by coverage as covered but it is.
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 0570a5296..966b5f1be 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -21,6 +21,7 @@ from searx.tests.engines.test_kickass import * # noqa from searx.tests.engines.test_mediawiki import * # noqa from searx.tests.engines.test_mixcloud import * # noqa from searx.tests.engines.test_openstreetmap import * # noqa +from searx.tests.engines.test_photon import * # noqa from searx.tests.engines.test_piratebay import * # noqa from searx.tests.engines.test_searchcode_code import * # noqa from searx.tests.engines.test_searchcode_doc import * # noqa |