-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What feature do you want to see added?
Tests were removed in #307 to unblock refreshing the dependencies.
The test framework that was in use before was coming from plugin-util-api dependency, it moved to junit5 which prevented updating the dependencies further till that was solved.
Potential options:
- Upgrade tests to junit5
- Switch from plugin-util-api test framework to JTH
I briefly looked at upgrading to junit5.
It requires all the junit4 rules to be adapted to junit5, e.g. parameterized, wiremock, probably others
Upstream changes
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request