F extend yaml model
Compare changes
- Alexander Schlemmer authored
@@ -264,6 +264,19 @@ class Parser(object):
@@ -264,6 +264,19 @@ class Parser(object):
See #68 (closed). Introduce a new keyword for yaml-models that allows insertion of Records and File objects.
In the course, setting (default) values of properties has been implemented and, more importantly, setting values of properties of records directly.
Note that this breaks one of the existing tests: values of properties can be different from dicts now.
Maybe related: #35
I added annotations in the commits.
There are new unit tests showing how to test the new keywords.
For further good practices have a look at our review guidelines.