Mutation testing trial#89
Draft
presidente20 wants to merge 3 commits into
Draft
Conversation
nbarlowATI
reviewed
Jun 19, 2026
nbarlowATI
left a comment
Contributor
There was a problem hiding this comment.
Very interesting, and does sound like something we should run on as much of the codebase as feasible, at least once (and fix the resulting issues).
Hopefully as the codebase stabilises, we wouldn't break things as often, so we could just run it occasionally....
I agree with the strategy of testing it first on Starling though.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains a short trial of mutation testing including:
This is a Draft PR and not intended to be merged. If successful this could result in two PRs, one to add mutmut.py as a package and initial config and another for the test_number.py and test_convert.py modules containing changes to kill mutants.
If there is interest I can provide a demo the tool in use.