change unresponsive_engines to a set to eliminate duplication of errors

This commit is contained in:
Noémi Ványi
2017-07-19 17:23:54 +02:00
committed by Adam Tauber
parent c30f73f8fd
commit 2242000bd4
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class ViewsTestCase(SearxTestCase):
corrections=set(),
suggestions=set(),
infoboxes=[],
unresponsive_engines=[],
unresponsive_engines=set(),
results=self.test_results,
results_number=lambda: 3,
results_length=lambda: len(self.test_results))