eclipse-basyx / basyx-python-sdk

MIT License
58 stars 27 forks source link

`adapter.xml`: minor improvements #252

Closed jkhsjdhjs closed 6 months ago

jkhsjdhjs commented 6 months ago

The type of an exception is changed from TypeError to AssertionError. The exception marks an error in the program, the previous declaration as TypeError was incorrect.

Furthermore, a test for XML without namespace prefixes is added, which wasn't tested previously (see #33).

s-heppner commented 6 months ago

LGTM