From 1ea5bc63a51d98527da7be65807575d965df61f9 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Mon, 2 Feb 2015 18:39:50 +0100 Subject: 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 ? --- searx/tests/engines/test_duckduckgo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/tests/engines/test_duckduckgo.py') diff --git a/searx/tests/engines/test_duckduckgo.py b/searx/tests/engines/test_duckduckgo.py index 8ff0fb7f5..6f085cbc2 100644 --- a/searx/tests/engines/test_duckduckgo.py +++ b/searx/tests/engines/test_duckduckgo.py @@ -4,7 +4,7 @@ from searx.engines import duckduckgo from searx.testing import SearxTestCase -class TestBingEngine(SearxTestCase): +class TestDuckduckgoEngine(SearxTestCase): def test_request(self): query = 'test_query' -- cgit v1.2.3