diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-30 19:52:44 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-30 19:52:44 +0100 |
| commit | a3d444ab85dbb85dc3200c686ec3323dbb7008cb (patch) | |
| tree | 5e907a3cbb5a93fb178cac7d235a9923d5cbe353 /searx/tests/test_engines.py | |
| parent | 5761d6f0ab071bdae05ecef1966dd3e4cbec6eee (diff) | |
BTDigg'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 bfdd1de4c..b07444e42 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_bing_images import * # noqa from searx.tests.engines.test_bing_news import * # noqa +from searx.tests.engines.test_btdigg import * # noqa from searx.tests.engines.test_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_deviantart import * # noqa |