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

STY(yaml-model-parser): formatting of test

parent 9f5c2b02
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!115add datatype, unit and description to properties that are part of Records
Pipeline #57801 failed
...@@ -742,10 +742,11 @@ RT: ...@@ -742,10 +742,11 @@ RT:
datatype: TEXT datatype: TEXT
""") """)
existing_entities = [db.RecordType(name="RT", id=25).add_property(name="identifier", existing_entities = [db.RecordType(
datatype="INTEGER", name="RT", id=25).add_property(name="identifier",
importance="OBLIGATORY", datatype="INTEGER",
id=24), importance="OBLIGATORY",
id=24),
db.Property(name="identifier", datatype="INTEGER", id=24)] db.Property(name="identifier", datatype="INTEGER", id=24)]
def get_existing_entities(ent_cont): def get_existing_entities(ent_cont):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment