Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boxed committed Nov 21, 2024
1 parent a6603b8 commit 862755d
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ it will try to figure out where the code to mutate is.



.. code-block:: ini
[mutmut]
paths_to_mutate=src/
tests_dir=tests/
You can stop the mutation run at any time and mutmut will restart where you
left off. It will continue where it left off, and re-test functions that were
modified since last run.
Expand All @@ -70,6 +64,20 @@ You can also write a mutant to disk from the `browse` interface, or via
source code control and committed before you apply a mutant!


Configuration
-------------

In `setup.cfg` in the root of your project you can configure mutmut if you need to:

.. code-block:: ini
[mutmut]
paths_to_mutate=src/
tests_dir=tests/
See below for more options for configuring mutmut.


Wildcards for testing mutants
-----------------------------

Expand Down

0 comments on commit 862755d

Please sign in to comment.