aboutsummaryrefslogtreecommitdiffstats
path: root/test/triple_store/test_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/triple_store/test_base.py')
-rw-r--r--test/triple_store/test_base.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/triple_store/test_base.py b/test/triple_store/test_base.py
index a4b0559..a0c3260 100644
--- a/test/triple_store/test_base.py
+++ b/test/triple_store/test_base.py
@@ -35,6 +35,9 @@ class DummyBase(TripleStoreBase):
def schema(self, schema):
pass
+ def get(self, node_type, query):
+ pass
+
def exists(self, node_type, guids):
pass