Skip to content

Commit 862755d

Browse files
committed
Updated readme
1 parent a6603b8 commit 862755d

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.rst

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ it will try to figure out where the code to mutate is.
5252

5353

5454

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

7266

67+
Configuration
68+
-------------
69+
70+
In `setup.cfg` in the root of your project you can configure mutmut if you need to:
71+
72+
.. code-block:: ini
73+
74+
[mutmut]
75+
paths_to_mutate=src/
76+
tests_dir=tests/
77+
78+
See below for more options for configuring mutmut.
79+
80+
7381
Wildcards for testing mutants
7482
-----------------------------
7583

0 commit comments

Comments
 (0)