Currency converter's unit test + DDG correction

Does anyone know how to trigger the except in the currency converter while still being matched by the regex ?
This commit is contained in:
Cqoicebordel 2015-02-02 18:39:50 +01:00
parent efe6dead55
commit 1ea5bc63a5
3 changed files with 46 additions and 1 deletions

View file

@ -2,6 +2,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_currency_convert 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