aboutsummaryrefslogtreecommitdiff
path: root/wqflask/mock/es_double.py
diff options
context:
space:
mode:
Diffstat (limited to 'wqflask/mock/es_double.py')
-rw-r--r--wqflask/mock/es_double.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/wqflask/mock/es_double.py b/wqflask/mock/es_double.py
deleted file mode 100644
index 6ef8a1b9..00000000
--- a/wqflask/mock/es_double.py
+++ /dev/null
@@ -1,15 +0,0 @@
-class ESDouble(object):
- def __init__(self):
- self.items = {}
-
- def ping(self):
- return true
-
- def create(self, index, doc_type, body, id):
- self.items["index"] = {doc_type: {"id": id, "_source": data}}
-
- def search(self, index, doc_type, body):
- return {
- "hits": {
- "hits": self.items[index][doc_type][body]
- }}