Skip to content
Snippets Groups Projects
Commit cc11f0b3 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent a754bd9f
No related branches found
No related tags found
2 merge requests!22Release 0.3,!14F fix list
Pipeline #10437 passed with warnings
......@@ -168,7 +168,6 @@ RT1:
RT5:
"""
model = parse_model_from_yaml(to_file(string))
print(model["RT1"])
assert has_property(model["RT1"], "RT2")
assert model["RT1"].get_importance("RT2") == db.RECOMMENDED
assert has_property(model["RT1"], "RT3")
......@@ -225,7 +224,6 @@ B:
datatype: INTEGER
"""
model = parse_model_from_yaml(to_file(string_list))
print(model)
self.assertTrue(isinstance(model['A'], db.RecordType))
self.assertEqual(model['A'].properties[0].datatype, db.LIST("B"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment