diff options
Diffstat (limited to 'test/graph/test_result.py')
-rw-r--r-- | test/graph/test_result.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/graph/test_result.py b/test/graph/test_result.py index 749b8ad..8960ef6 100644 --- a/test/graph/test_result.py +++ b/test/graph/test_result.py @@ -1,9 +1,4 @@ -""" -Part of the bsfs test suite. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # imports import unittest @@ -18,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)] |