mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 13:19:17 +02:00
[enh] add ability to send engine data to subsequent requests
This commit is contained in:
parent
87f4cc4a9e
commit
44f4a9d49a
9 changed files with 50 additions and 5 deletions
|
@ -57,7 +57,8 @@ class ViewsTestCase(SearxTestCase):
|
|||
results_number=lambda: 3,
|
||||
results_length=lambda: len(test_results),
|
||||
get_timings=lambda: timings,
|
||||
redirect_url=None)
|
||||
redirect_url=None,
|
||||
engine_data={})
|
||||
|
||||
self.setattr4test(Search, 'search', search_mock)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue