You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,19 @@
1
1
Changelog
2
2
---------
3
3
4
+
3.2.1
5
+
~~~~~
6
+
7
+
* Read `paths_to_mutate` from config file
8
+
9
+
* Mutate `break` to `return` to avoid timeouts
10
+
11
+
* Added debug mode. Enable with `debug=True` in `setup.cfg` under `[mutmut]`
12
+
13
+
* Fixed new test detection. The old code incorrectly detected new tests when there were none, creating a much slower interaction loop for fixing mutants.
0 commit comments