Skip to content

Commit 8a5f96c

Browse files
committed
ran black
1 parent 4cdde89 commit 8a5f96c

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

temp.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
from schematic.schemas.create_json_schema import create_json_schema
2+
from schematic.schemas.data_model_graph import create_data_model_graph_explorer
3+
4+
#dmge = create_data_model_graph_explorer("tests/data/example.model.csv")
5+
#x = create_json_schema(dmge=dmge,datatype="Patient", schema_name="test", schema_path="x.json")
6+
7+
dmge = create_data_model_graph_explorer("/home/alamb/Downloads/ark.biospecimen_model.csv")
8+
x = create_json_schema(dmge=dmge,datatype="BiospecimenMetadataTemplate", schema_name="test", schema_path="x.json")

tests/unit/test_create_json_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ def test_get_validation_rule_based_fields_with_explicit_type(
365365
assert maximum == expected_max
366366
assert pattern == expected_pattern
367367

368+
368369
class TestGraphTraversalState:
369370
"""Tests for GraphTraversalState class"""
370371

0 commit comments

Comments
 (0)