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

check for junit4 on classpath before loading plugin #1014

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Apr 29, 2022

No description provided.

@hcoles hcoles merged commit 54de329 into master Apr 29, 2022
verifier.executeGoal("org.pitest:pitest-maven:mutationCoverage");

String actual = readResults(testDir);
assertThat(actual).isNotEmpty();
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a way to test the error message or something else here?

Copy link
Owner Author

@hcoles hcoles Apr 29, 2022

Choose a reason for hiding this comment

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

There isn't one at the moment - everything runs without finding tests as there are no applicable test plugins. Just pulling testng support out into an external plugin before fixing that.

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