Bing news' unit test

I have no idea why coverage tell 97% and 2 misses in branches. If anyone has an idea...
This commit is contained in:
Cqoicebordel 2015-01-29 20:56:57 +01:00
parent dad0434f34
commit efde2c21c8
3 changed files with 249 additions and 17 deletions

View file

@ -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