diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-09 18:28:08 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-09 18:28:08 +0100 |
| commit | 8c2a5f04926473a2a89667b7603e21cc31b80f61 (patch) | |
| tree | ddf4a84a1f4a30853abf116ee528641eee5d8610 /searx/tests/test_engines.py | |
| parent | 0a537d3b89964c227724d3cd95adebd2bbafb720 (diff) | |
DDG Definitions' unit tests
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 4a27f5adb..0570a5296 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -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 |