diff options
author | Pjotr Prins | 2020-11-07 08:50:25 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-07 08:50:25 +0000 |
commit | 8aae577137f7614dc0889d0527cc25d6d078b68e (patch) | |
tree | 43456b7356932cf4f8b7655c7a3562dcd48fff25 /test | |
parent | 7eea5e99222166731c7e55a95f6c00928289b4b9 (diff) | |
download | bh20-seq-resource-8aae577137f7614dc0889d0527cc25d6d078b68e.tar.gz bh20-seq-resource-8aae577137f7614dc0889d0527cc25d6d078b68e.tar.lz bh20-seq-resource-8aae577137f7614dc0889d0527cc25d6d078b68e.zip |
Running tests without network
Diffstat (limited to 'test')
-rw-r--r-- | test/test_shex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_shex.py b/test/test_shex.py index ead2396..e094184 100644 --- a/test/test_shex.py +++ b/test/test_shex.py @@ -12,7 +12,7 @@ class TestStringMethods(unittest.TestCase): def test_schema(self): with open("bh20sequploader/bh20seq-schema.yml") as schema_resource: - metadata_schema = schema_salad.schema.load_schema("https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-schema.yml") + metadata_schema = schema_salad.schema.load_schema("bh20sequploader/bh20seq-schema.yml") (document_loader, avsc_names, schema_metadata, |