DDG Definitions' unit tests

This commit is contained in:
Cqoicebordel 2015-02-09 18:28:08 +01:00
parent 0a537d3b89
commit 8c2a5f0492
3 changed files with 254 additions and 2 deletions

View file

@ -8,6 +8,7 @@ from searx.tests.engines.test_deezer import * # noqa
from searx.tests.engines.test_deviantart import * # noqa
from searx.tests.engines.test_digg import * # noqa
from searx.tests.engines.test_duckduckgo import * # noqa
from searx.tests.engines.test_duckduckgo_definitions import * # noqa
from searx.tests.engines.test_dummy import * # noqa
from searx.tests.engines.test_faroo import * # noqa
from searx.tests.engines.test_flickr import * # noqa