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 mutation testing #605

Open
64J0 opened this issue Jul 16, 2024 · 0 comments
Open

Add mutation testing #605

64J0 opened this issue Jul 16, 2024 · 0 comments

Comments

@64J0
Copy link
Member

64J0 commented Jul 16, 2024

Description:

TL; DR: Mutation testing introduces changes to your code, then runs your unit tests against the changed code. It is expected that your unit tests will now fail. If they don't fail, it might indicate your tests do not sufficiently cover the code.

--- https://stryker-mutator.io/docs/

We can add mutation tests to check the unit tests quality.

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

No branches or pull requests

1 participant