Skip to content

Enhancement/use pytest plain assertions

Daniel Scheffler requested to merge enhancement/use_pytest_plain_assertions into main

This replaced the unittest assertions with pytest plain assertions to simplify the code and improve the test output.

Merge request reports