diff options
author | Adam Tauber <asciimoo@gmail.com> | 2017-07-15 18:24:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-15 18:24:48 +0200 |
commit | c30f73f8fda2b51cfd95967a29cc34a2036ffddd (patch) | |
tree | 26d830b0429d3ed19f75f9ae96aa437e02a69ec4 /tests | |
parent | 3bd5ce65950cb86ec678ff3d074635638d63fb5d (diff) | |
parent | bdd9528c6b589a2f55dbde050583bebbba40d898 (diff) | |
download | searxng-c30f73f8fda2b51cfd95967a29cc34a2036ffddd.tar.gz searxng-c30f73f8fda2b51cfd95967a29cc34a2036ffddd.zip |
Merge pull request #961 from kvch/user-visible-engine-errors
show engine errors in infobox && add new error alert
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/test_webapp.py | 1 |
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)) |