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 - Logger for missing/timeout/unviable tests #4177

Open
Tracked by #4172
ASuciuX opened this issue Dec 15, 2023 · 0 comments
Open
Tracked by #4172

Mutation testing - Logger for missing/timeout/unviable tests #4177

ASuciuX opened this issue Dec 15, 2023 · 0 comments

Comments

@ASuciuX
Copy link
Contributor

ASuciuX commented Dec 15, 2023

logger which has the role of keeping track of all the functions that weren't tested before implementing this. Its final role is to be removed by having complete completion, but till that point, it makes it a lot easier to see which functions need extra tests and add them. On **merge**, it will run cargo mutants in the same way as the filter-pr and will modify the logged output with the information from the new generated output. (eg. fn A had missing tests before, now it has the tests. it will be removed from missed.txt and appended to caught.txt)

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

No branches or pull requests

1 participant