mirror of
https://github.com/searxng/searxng.git
synced 2025-12-24 04:30:02 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user