diff options
Diffstat (limited to 'test/test_shex.py')
-rw-r--r-- | test/test_shex.py | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/test_shex.py b/test/test_shex.py index e5d97cc..728bfdc 100644 --- a/test/test_shex.py +++ b/test/test_shex.py @@ -1,14 +1,12 @@ +# Run with python3 test/test_shex.py + import schema_salad.schema import schema_salad.ref_resolver import schema_salad.jsonld_context -# import pkg_resources -import logging -# import traceback -# from rdflib import Graph, Namespace from pyshex.evaluate import evaluate import unittest -class TestStringMethods(unittest.TestCase): +class TestShexMethods(unittest.TestCase): def test_schema(self): with open("bh20sequploader/bh20seq-schema.yml") as schema_resource: |