Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Migrate JUnit4 test suites to JUnit5 nested tests #4438

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

erikgb
Copy link
Contributor

@erikgb erikgb commented Feb 18, 2023

I have been looking at migrating the JUnit4 test suites to JUnit5, and it is definitely not straightforward. If junit-team/junit5#456 was resolved, that could help, but I am not sure if the JUnit5 test suite concept really is what we want.

This PR suggests migrating these test suites to JUnit5 by replacing the suite declaration with JUnit5 nested tests. @abrokenjester @hmottestad WDYT? This can be improved further, but I tried to make minimal changes in the initial migration. I can create a new issue and PR if you think this looks promising. Please let me know.

@erikgb erikgb force-pushed the suite-to-junit5-nested branch 4 times, most recently from 6eaa402 to 0adf40f Compare February 28, 2023 20:33
@erikgb erikgb changed the base branch from main to develop March 5, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant