diff options
| author | Adam Tauber <adam.tauber@balabit.com> | 2015-02-02 09:37:12 +0100 |
|---|---|---|
| committer | Adam Tauber <adam.tauber@balabit.com> | 2015-02-02 09:37:12 +0100 |
| commit | 0e6f8393ab8b29b2e85d1fafdc7442455767f753 (patch) | |
| tree | 60e9acb27577968a41136c04f248c24871e83860 /searx/tests/test_engines.py | |
| parent | 03137eebd9fdfaa57452cb364c1bc9f31b243f67 (diff) | |
| parent | 7f865356f9a6c1b40d0c668c59b3d081de618bac (diff) | |
Merge branch 'Cqoicebordel-unit-tests'
Diffstat (limited to 'searx/tests/test_engines.py')
| -rw-r--r-- | searx/tests/test_engines.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/searx/tests/test_engines.py b/searx/tests/test_engines.py index cfd7fa26a..ff8185b1e 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -1,3 +1,25 @@ +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 +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_flickr_noapi import * # noqa from searx.tests.engines.test_github import * # noqa from searx.tests.engines.test_www1x import * # noqa +from searx.tests.engines.test_google_images import * # noqa +from searx.tests.engines.test_google_news import * # noqa +from searx.tests.engines.test_kickass import * # noqa +from searx.tests.engines.test_mixcloud import * # noqa +from searx.tests.engines.test_piratebay import * # noqa +from searx.tests.engines.test_searchcode_code import * # noqa +from searx.tests.engines.test_searchcode_doc import * # noqa +from searx.tests.engines.test_soundcloud import * # noqa +from searx.tests.engines.test_stackoverflow import * # noqa +from searx.tests.engines.test_vimeo import * # noqa +from searx.tests.engines.test_www500px import * # noqa +from searx.tests.engines.test_youtube import * # noqa |