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

Reenable JUnit Platform #390

Merged
merged 1 commit into from
Aug 8, 2023
Merged

Conversation

syoon2
Copy link
Contributor

@syoon2 syoon2 commented Aug 8, 2023

Related: #381 (cause of regression)

This was a clear oversight from me - turns out that to use JUnit 5 with Gradle you must specify to use JUnit Platform for testing (see documentation). Omitting this made the code to regress since #381 and running ./gradlew test did not run any tests (more precisely, none of the test classes were picked up for testing).

This PR fixes this regression.

@williamfiset williamfiset merged commit a77c0b5 into williamfiset:master Aug 8, 2023
3 checks passed
@syoon2 syoon2 deleted the fix-test branch August 8, 2023 06:52
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.

2 participants