diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-02 18:39:50 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2015-02-02 18:39:50 +0100 |
| commit | 1ea5bc63a51d98527da7be65807575d965df61f9 (patch) | |
| tree | 47f5ffc2034de117c006ca9db4fa3a751bd2d1e7 /searx/tests/test_engines.py | |
| parent | efe6dead5566d4800587491e5252474a33ddff60 (diff) | |
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 ?
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 13fa753aa..d0c0e69a4 100644 --- a/searx/tests/test_engines.py +++ b/searx/tests/test_engines.py @@ -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 |