aboutsummaryrefslogtreecommitdiffstats
path: root/test/graph/test_result.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/graph/test_result.py')
-rw-r--r--test/graph/test_result.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/graph/test_result.py b/test/graph/test_result.py
index 099234a..8960ef6 100644
--- a/test/graph/test_result.py
+++ b/test/graph/test_result.py
@@ -13,6 +13,8 @@ from bsfs.graph.result import to_list_view, to_dict_view
## code ##
+ns.bse = ns.bsfs.Entity()
+
class TestListView(unittest.TestCase):
def setUp(self):
self.triples_111 = [('ent#1234', ns.bse.iso, 123)]