-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Perhaps we could do mutation testing, e.g. with mutmut.
That is, we mutate our (passing) tests automatically, to see whether they then fail. This can be useful because many of our tests do not actually assert much, they just verify that the code runs without raising exceptions. As in, the current tests give us coverage, but no confidence that the result is actually correct. Mutation testing would allow us to see which tests could be improved and how.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request