XML Converter
Compare changes
Files
5+ 10
− 1
@@ -316,7 +316,10 @@ def create_records(values: GeneralStore, records: RecordStore, def_records: dict
@@ -581,6 +584,12 @@ class Converter(object, metaclass=ABCMeta):
Base functionality for matching and converting XML trees is implemented.
See: #145 (closed)
This should be reviewed and merged relatively soon. Follow-up issues will be created for the following tasks:
Have a look at #145 (closed) and check whether the requirements are met.
There are unit tests.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.