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 6a5c471 commit 0f2586aCopy full SHA for 0f2586a
HISTORY.rst
@@ -1,6 +1,22 @@
1
Changelog
2
---------
3
4
+3.3.1
5
+~~~~~
6
+
7
+* Increased threshold for mutant timeouts
8
9
+* Added `tests_dir` config. Accepts a single entry or a list of directories.
10
11
+* Async generators fixes
12
13
+* Fixed bad mutations for certain string escape sequences
14
15
+* Performance fixes
16
17
+* Various internal bug fixes
18
19
20
3.3.0
21
~~~~~
22
mutmut/__init__.py
@@ -1,6 +1,6 @@
from collections import defaultdict
-__version__ = '3.3.0'
+__version__ = '3.3.1'
duration_by_test = {}
0 commit comments