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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
1
Changelog
2
2
---------
3
3
4
+
3.1.0
5
+
~~~~~
6
+
7
+
* Correctly handle mutation for generator functions (`yield`).
8
+
9
+
* Fixed so that `from __future__` lines are always first.
10
+
11
+
* If no stats are collected exit directly, as that is a breaking error for mutation testing.
12
+
13
+
* Changed name mangling to make mutants less likely to trigger name-based python magic, like in pytest where functions named `test_*` have special meaning.
0 commit comments