diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-02 17:55:39 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-02 17:55:39 +0100 |
| commit | efe6dead5566d4800587491e5252474a33ddff60 (patch) | |
| tree | 34d39018c885ccf2a91a3bf73a79a29759eb8fbe /searx/tests/test_engines.py | |
| parent | 0e6f8393ab8b29b2e85d1fafdc7442455767f753 (diff) | |
Duckduckgo unit test
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 ff8185b1e..13fa753aa 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -6,6 +6,7 @@ from searx.tests.engines.test_dailymotion import * # noqa 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_dummy import * # noqa from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_flickr_noapi import * # noqa |