diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-29 20:56:57 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-01-29 20:56:57 +0100 |
| commit | efde2c21c8656ad21b24980b516ddbbf2e209523 (patch) | |
| tree | 2c06eb69c5b8c150810b4366df7598b3ebdad264 /searx/tests/test_engines.py | |
| parent | dad0434f34f04ada2b4b0961bbb714e25c752677 (diff) | |
Bing news' unit test
I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea...
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 fab911d13..bfdd1de4c 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -1,5 +1,6 @@ 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_dailymotion import * # noqa from searx.tests.engines.test_deezer import * # noqa from searx.tests.engines.test_deviantart import * # noqa |