diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-29 00:26:12 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-29 00:26:12 +0100 |
| commit | 1d255061c7422045ef912a471500513832e0319f (patch) | |
| tree | c93ce54d795e3c6be6eb41cb212873e1374cf9cf /searx/tests/test_engines.py | |
| parent | 92368a410749a4a057b476eb10c524f0fc133a0b (diff) | |
Digg's 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 64d220bcd..309e83f16 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -1,6 +1,7 @@ from searx.tests.engines.test_bing import * # noqa from searx.tests.engines.test_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa +from searx.tests.engines.test_digg import * # noqa from searx.tests.engines.test_dummy import * # noqa from searx.tests.engines.test_flickr import * # noqa from searx.tests.engines.test_github import * # noqa |