From f703a77fc9d44e1a2718a4c26a507973f3bf976d Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Tue, 10 Feb 2015 18:44:49 +0100 Subject: Photon's unit test As in Flickr, a continue is not detected by coverage as covered but it is. --- searx/tests/test_engines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/tests/test_engines.py') 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 -- cgit v1.2.3