Replies: 1 comment
-
Hey @wilgert, and thanks for the suggestion. What problem would this solve? Have you noticed something problematic in the codebase that this tool would avoid? New dependencies mean more maintenance and potentially a steeper learning curve for new contributors, so I don't take introducing new tools lightly. I'm open to chat about this though! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The aim of mutation testing is to improve the quality of the unit tests, discover untested code paths and possibly find bugs in both tests and production code.
Full introduction here: https://stryker-mutator.io/docs/
Beta Was this translation helpful? Give feedback.
All reactions