From 8a02280c4bd05a7f8df598a75a1ea2d3caaddd7d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 7 Nov 2020 10:21:48 +0000 Subject: Tests: add runner and frame for SPARQL --- test/test_shex.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/test_shex.py') 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: -- cgit v1.2.3