aboutsummaryrefslogtreecommitdiff
path: root/test/test_shex.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_shex.py')
-rw-r--r--test/test_shex.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_shex.py b/test/test_shex.py
index e094184..50ce723 100644
--- a/test/test_shex.py
+++ b/test/test_shex.py
@@ -24,6 +24,7 @@ class TestStringMethods(unittest.TestCase):
print(doc)
g = schema_salad.jsonld_context.makerdf("workflow", doc, document_loader.ctx)
shex = pkg_resources.resource_stream(__name__, "../bh20sequploader/bh20seq-shex.rdf").read().decode("utf-8")
+ # Note the https link simply acts as a URI descriptor (it does not fetch)
rslt, reason = evaluate(g, shex, doc["id"], "https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-shex.rdf#submissionShape")
g.serialize(format="ntriples")