summaryrefslogtreecommitdiff
path: root/searx/engines/dummy.py
diff options
context:
space:
mode:
authorMatej Cotman <cotman.matej@gmail.com>2014-01-25 18:07:57 +0100
committerMatej Cotman <cotman.matej@gmail.com>2014-01-29 04:58:10 +0100
commit6624dd51f5cd789c69e380c39815da956ea8df58 (patch)
treec549f59af9fb977c7518196e8d5be395819fe53b /searx/engines/dummy.py
parentdb825d42267ff8ca64c9dfe4978325b3d9fc7d1b (diff)
downloadsearxng-6624dd51f5cd789c69e380c39815da956ea8df58.tar.gz
searxng-6624dd51f5cd789c69e380c39815da956ea8df58.zip
add robot tests
Diffstat (limited to 'searx/engines/dummy.py')
-rw-r--r--searx/engines/dummy.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/searx/engines/dummy.py b/searx/engines/dummy.py
new file mode 100644
index 000000000..4586760a0
--- /dev/null
+++ b/searx/engines/dummy.py
@@ -0,0 +1,6 @@
+def request(query, params):
+ return params
+
+
+def response(resp):
+ return []