8000 GitHub - WillGibson/python-sandpit
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

WillGibson/python-sandpit

Repository files navigation

Python sandpit

Just me poking about with some katas and things.

Setup

poetry install

Run tests

poetry run pytest

Metrics

Mutation testing

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0