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

Mutation Testing #4172

Open
2 tasks
saralab opened this issue Dec 14, 2023 · 1 comment
Open
2 tasks

Mutation Testing #4172

saralab opened this issue Dec 14, 2023 · 1 comment
Assignees

Comments

@saralab
Copy link
Contributor

saralab commented Dec 14, 2023

Mutation Testing is a technique of evaluating the effectiveness of a series of tests by introducing small changes to the code (mutations) and checking if the tests can detect these small changes.

They are useful because they can show which functions are not tested properly and tell that their tests are missing, timing out or simply those functions are unviable to be tested.

Independent Workflows

@ASuciuX
Copy link
Contributor

ASuciuX commented Dec 15, 2023

I've added a list with the workflows as I've split this into 2 PRs since the filter-pr could be merged and would be useful as soon as possible and waiting on the other one for the sync to be finished.

Also, i've opened an issue on cargo-mutants related to the fact that custom lib names weren't working for mutants such as libclarity or libsigner. sourcefrog/cargo-mutants#185

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Status: ✅ Done
Development

No branches or pull requests

2 participants