File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed
Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff 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-
6155You can stop the mutation run at any time and mutmut will restart where you
6256left off. It will continue where it left off, and re-test functions that were
6357modified since last run.
@@ -70,6 +64,20 @@ You can also write a mutant to disk from the `browse` interface, or via
7064source 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+
7381Wildcards for testing mutants
7482-----------------------------
7583
You can’t perform that action at this time.
0 commit comments