diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2017-01-18 23:49:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-18 23:49:01 +0100 |
| commit | b1d49bacb0d6135a7c0a5a32a82681b12b1762cd (patch) | |
| tree | 4c82ca611f822807beef6843770a97cce4d7d8fd /tests/unit | |
| parent | 1a9f8240b851c64a10be7b8990b6f3926ca506b3 (diff) | |
| parent | 1d30141c207e51c142cab3eee97783f08c1cb5c9 (diff) | |
Merge pull request #827 from davidar/spell
[enh] show spelling corrections
Diffstat (limited to 'tests/unit')
| -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 1ef1f56c3..ac5bf8c9d 100644 --- a/tests/unit/test_webapp.py +++ b/tests/unit/test_webapp.py @@ -36,6 +36,7 @@ class ViewsTestCase(SearxTestCase): def search_mock(search_self, *args): search_self.result_container = Mock(get_ordered_results=lambda: self.test_results, answers=set(), + corrections=set(), suggestions=set(), infoboxes=[], results=self.test_results, |