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

Use JUnit 5 to find and run tests #1289

Merged
merged 2 commits into from
Jul 23, 2023
Merged

Conversation

liblit
Copy link
Contributor

@liblit liblit commented Jul 23, 2023

The tests themselves are still written using JUnit 4, so we're using JUnit 5's Vintage component to discover and run those tests. Hooray for backward compatibility!

Eventually we can try porting JUnit 4 tests forward to JUnit 5, but this is a decent first step.

@liblit liblit added the gradle WALA’s Gradle build system label Jul 23, 2023
@liblit liblit requested a review from msridhar July 23, 2023 01:06
@liblit liblit self-assigned this Jul 23, 2023
@liblit liblit enabled auto-merge (rebase) July 23, 2023 01:06
The tests themselves are still written using JUnit 4, so we're using
JUnit 5's Vintage component to discover and run those tests.  Hooray for
backward compatibility!

Eventually we can try porting JUnit 4 tests forward to JUnit 5, but this
is a decent first step.
Copy link
Member

@msridhar msridhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@liblit liblit merged commit 53835b2 into wala:master Jul 23, 2023
5 checks passed
@liblit liblit deleted the use-JUnit-5-dependencies branch July 23, 2023 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gradle WALA’s Gradle build system
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants