eclipse-basyx / basyx-python-sdk

MIT License
58 stars 27 forks source link

test_xml_deserialization: Add tests for `_tag_replace_namespace` #284

Closed JAB1305 closed 2 months ago

JAB1305 commented 2 months ago

Added new tests covering the _tag_replace_namespace function in xml_deserialisation.py therefore improving test coverage:

Before:

basyx\aas\adapter\xml\xml_deserialization.py                     764     83    458     60    85% 90->89, 92,

After:

basyx\aas\adapter\xml\xml_deserialization.py                     764     82    458     58    86%
s-heppner commented 2 months ago

LGTM now. Thank you for your contribution!