Just me poking about with some katas and things.
poetry install
poetry run pytest
Using mutmut as a tool to help identify gaps in our unit test coverage.
Every mutation that survives is a line of code that we can change without it being picked up by our unit tests.
To run the mutation tests:
poetry run mutmut run
The to review the mutants that survived:
poetry run mutmut browse