mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
add robot tests
This commit is contained in:
parent
db825d4226
commit
6624dd51f5
4 changed files with 67 additions and 103 deletions
6
searx/engines/dummy.py
Normal file
6
searx/engines/dummy.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
def request(query, params):
|
||||
return params
|
||||
|
||||
|
||||
def response(resp):
|
||||
return []
|
||||
Loading…
Add table
Add a link
Reference in a new issue