XML Converter
Compare changes
+ 26
− 4
@@ -101,6 +101,28 @@ subtree:
@@ -167,7 +189,7 @@ def test_not_matching(basic_xmltag_converter):
@@ -198,13 +220,13 @@ def test_nested_simple_xml(basic_xmltag_converter):
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.