summaryrefslogtreecommitdiff
path: root/tests/unit
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2017-07-09 22:09:46 +0200
committerNoémi Ványi <sitbackandwait@gmail.com>2017-07-12 16:29:11 +0200
commit243d3e4298c93014f37ca6f1f957a60cb09f4ae1 (patch)
tree568d15c055c1841dd5bdb37b5be2a81c25d2efd0 /tests/unit
parent3bd5ce65950cb86ec678ff3d074635638d63fb5d (diff)
downloadsearxng-243d3e4298c93014f37ca6f1f957a60cb09f4ae1.tar.gz
searxng-243d3e4298c93014f37ca6f1f957a60cb09f4ae1.zip
show engine errors in infobox && add new error alert
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/test_webapp.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/test_webapp.py b/tests/unit/test_webapp.py
index 45a08c1ba..74fbea51c 100644
--- a/tests/unit/test_webapp.py
+++ b/tests/unit/test_webapp.py
@@ -39,6 +39,7 @@ class ViewsTestCase(SearxTestCase):
corrections=set(),
suggestions=set(),
infoboxes=[],
+ unresponsive_engines=[],
results=self.test_results,
results_number=lambda: 3,
results_length=lambda: len(self.test_results))