aboutsummaryrefslogtreecommitdiffstats
path: root/test/graph
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph')
-rw-r--r--test/graph/test_graph.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/graph/test_graph.py b/test/graph/test_graph.py
index 33cf6aa..0a3fd5b 100644
--- a/test/graph/test_graph.py
+++ b/test/graph/test_graph.py
@@ -192,6 +192,8 @@ class TestGraph(unittest.TestCase):
bsfs:unique "true"^^xsd:boolean .
'''))
+ def test_get(self):
+ raise NotImplementedError()
## main ##