Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 613 Bytes

CONTRIBUTING.rst

File metadata and controls

29 lines (17 loc) · 613 Bytes

Contributing to Mutmut

Setup

First fork the repository and clone your fork.

Install the dependencies:

pip install -r requirements.txt -r test_requirements.txt

Running the tests

pytest

Running your local version of Mutmut against a test codebase

You can install your local version of Mutmut and run it, including any changes you have made, as normal.

python -m pip install --editable <path_to_mutmut_codebase>