Photon's unit test

As in Flickr, a continue is not detected by coverage as covered but it is.
This commit is contained in:
Cqoicebordel 2015-02-10 18:44:49 +01:00
parent 8c2a5f0492
commit f703a77fc9
3 changed files with 168 additions and 1 deletions

View file

@ -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