Skip to content
Snippets Groups Projects
Commit 418410b0 authored by Alexander Schlemmer's avatar Alexander Schlemmer
Browse files

TST: failing test for issue 89

parent f1f68ae6
No related branches found
No related tags found
1 merge request!44Draft: TST: failing test for issue 89
Pipeline #22887 failed
......@@ -474,3 +474,22 @@ F:
"""
with raises(NotImplementedError):
entities = parse_model_from_string(model)
def test_double_property_value():
"""
Test whether it is possible to define a property, use it in a record
and assign a value for the property in the record.
This currently fails.
"""
model = """
prop:
datatype: INTEGER
rec:
obligatory_properties:
prop:
value: 2
"""
entities = parse_model_from_string(model)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment