Skip to content

Commit f1625ad

Browse files
committed
restore swapped test
1 parent 5ced715 commit f1625ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_loaders_dumpers/test_loaders.py

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ def test_json_loader_path(self):
3333
assert isinstance(data, Package)
3434
assert "system" in data
3535

36+
def test_json_loader(self):
37+
""" Load obo_sample.json, emit obo_sample_json.yaml and check the results """
38+
self.loader_test('obo_sample.json', Package, json_loader)
39+
3640
def test_json_load_to_dict(self):
3741
data = json_loader.load_as_dict('obo_sample.json', base_dir=self.env.indir)
3842
assert isinstance(data, dict)

0 commit comments

Comments
 (0)