We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c163c08 commit a1d3a61Copy full SHA for a1d3a61
tests/unit/test_unit_ontology.py
@@ -46,8 +46,6 @@
46
"nested classification",
47
"type":
48
"radio",
49
- "scope":
50
- "global",
51
"options": [{
52
"schemaNodeId":
53
None,
@@ -64,7 +62,6 @@
64
62
"instructions": "nested nested text",
65
63
"name": "nested nested text",
66
"type": "text",
67
- "scope": "global",
68
"options": []
69
}]
70
}, {
@@ -81,7 +78,6 @@
81
78
"instructions": "nested text",
82
79
"name": "nested text",
83
80
84
85
86
87
@@ -250,6 +246,5 @@ def test_option_add_option() -> None:
250
246
251
247
252
248
def test_ontology_asdict() -> None:
253
- print(OntologyBuilder.from_dict(_SAMPLE_ONTOLOGY))
254
249
assert OntologyBuilder.from_dict(
255
_SAMPLE_ONTOLOGY).asdict() == _SAMPLE_ONTOLOGY
0 commit comments