Skip to content

Commit f378a3d

Browse files
authored
Document enabling debug output (#391)
Document enabling debug output
1 parent b124c6a commit f378a3d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,20 @@ You can exclude files from mutation in `setup.cfg`:
149149
*__tests.py
150150
151151
152+
Enable debug output (increase verbosity)
153+
----------------------------------------
154+
155+
By default, mutmut "swallows" all the test output etc. so that you get a nice clean output.
156+
157+
If you want to see all the detail to aid with debugging, you can set `debug` to `true` in your configuration.
158+
Note that not all displayed errors are necessarily bad. In particular test runs of the mutated code will lead
159+
to failing tests.
160+
161+
.. code-block::
162+
163+
debug=true
164+
165+
152166
Whitelisting
153167
------------
154168

0 commit comments

Comments
 (0)