kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
64 stars 63 forks source link

Metadata editor tests #6028

Closed solth closed 6 months ago

solth commented 7 months ago

This pull request adds tests for the metadata editor.

Part of https://github.com/orgs/kitodo/projects/8

henning-gerhardt commented 6 months ago

Just a question: is it possible to change the Junit4 to Junit5 tests in the new test classes? Changing it could be fast done but sometimes even tricky and maybe with a lot of time.

solth commented 6 months ago

Just a question: is it possible to change the Junit4 to Junit5 tests in the new test classes? Changing it could be fast done but sometimes even tricky and maybe with a lot of time.

Good point. I will try to adjust the tests accordingly and re-open the PR for review afterwards.

solth commented 6 months ago

@henning-gerhardt I updated the tests to JUnit5.