You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
At the end of the full run, it should tell you the overall status of your tests, and it should tell you which (if any) mutations managed to still get your tests to pass.
For example:
Mutant Results:
Passed : 2
Failed : 8
Improve the tests and try again.
The following mutations didn't cause test failures:
Mutating line 10
subclasses = descendants >>> subclasses = nil
This is the way Heckle worked, but really any reporting would be helpful.
At the end of the full run, it should tell you the overall status of your tests, and it should tell you which (if any) mutations managed to still get your tests to pass.
For example:
This is the way Heckle worked, but really any reporting would be helpful.