summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2016-07-04 22:46:43 +0200
committerAdam Tauber <asciimoo@gmail.com>2016-07-04 22:46:43 +0200
commit257e52954a407c41b9b758d56fba684903a7c0b4 (patch)
tree589dd26cc5d3fd53079b1df0577f50bd0e8577c6 /tests
parentbd48f34dbdc6cb1d2f76554539c32055297e9114 (diff)
[enh][fix] update to latest dependencies ++ fix tests & travis test runner
WARNING: dependency changes
Diffstat (limited to 'tests')
-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 5697017d9..cbf0da471 100644
--- a/tests/unit/test_webapp.py
+++ b/tests/unit/test_webapp.py
@@ -38,6 +38,7 @@ class ViewsTestCase(SearxTestCase):
suggestions=set(),
infoboxes=[],
results=self.test_results,
+ number_of_results=len(self.test_results),
results_length=lambda: len(self.test_results))
webapp.Search.search = search_mock