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

Consider upgrading to JUnit 5 (Do not need to migrate all tests at once) #233

Open
techsy730 opened this issue Feb 1, 2021 · 0 comments

Comments

@techsy730
Copy link
Contributor

One of JUnit 5's big wins is the ability to run tests in parallel. Given the large amount of tests we have, this would be a major time win.

Thankfully we can take our time with refactoring the tests to JUnit 5 APIs, as the JUnit 5 Vintage module allows running native JUnit 4 tests in the JUnit 5 framework.

@techsy730 techsy730 changed the title Consider upgrading to JUnit 5 Consider upgrading to JUnit 5 (Do not need to migrate all tests at once) Feb 2, 2021
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

No branches or pull requests

1 participant