We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b124c6a commit f378a3dCopy full SHA for f378a3d
README.rst
@@ -149,6 +149,20 @@ You can exclude files from mutation in `setup.cfg`:
149
*__tests.py
150
151
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
166
Whitelisting
167
------------
168
0 commit comments