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

Add test failure rendering for minitest #1153

Merged
merged 1 commit into from
Dec 12, 2020
Merged

Add test failure rendering for minitest #1153

merged 1 commit into from
Dec 12, 2020

Conversation

mbj
Copy link
Owner

@mbj mbj commented Dec 12, 2020

No description provided.

@@ -95,6 +95,8 @@ def call(tests)
break unless test.call(reporter)
end

reporter.report
Copy link
Owner Author

Choose a reason for hiding this comment

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

The minitest integration itself does not have a full mutation covering test right now. It only has integration tests.

This is for the reason mutant (at this point) is not prepared to load multiple integrations the same time, and as mutant itself requires rspec on itself this is a bit of a tie.

This situation should improve in the future.

@mbj mbj merged commit f10f0d2 into master Dec 12, 2020
@mbj mbj deleted the fix/minitest-reports branch December 12, 2020 22:48
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.

1 participant