mutmutEasy Playground

Mutation testing: verify test suite quality by injecting bugs

Getting started with mutmutRun locally
Install
pip install mutmut
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: mutmut)

mutmut is a third-party package. Mutation testing: verify test suite quality by injecting bugs. Install with: pip install mutmut

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?