-
Notifications
You must be signed in to change notification settings - Fork 39
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
Improve mutation testing setup #383
Conversation
Looks good. No mutations were possible for these changes. |
1 similar comment
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting change. LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice improvements! Love how we integrated this tool in our development process 😄.
54b5998
to
b2c234d
Compare
Rebased, will merge once 🟢 . |
Looks good. No mutations were possible for these changes. |
Summary of changes: - Enable Pitest's built-in `STRONGER` mutator group. - Enable Arcmutate's `EXTENDED` mutator group. - Enable Arcmutate's JUnit 5 Accelerator Plugin. - Modify `MoreTypesTest` such that it is impacted by mutations to the `MoreTypes` class. See: - https://pitest.org/quickstart/mutators/ - https://docs.arcmutate.com/docs/extended-operators.html - https://docs.arcmutate.com/docs/accelerator.html
b2c234d
to
29b4f3b
Compare
Looks good. No mutations were possible for these changes. |
Suggested commit message: