Skip to content

Commit ac7fcb3

Browse files
committed
Release
1 parent 72260eb commit ac7fcb3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

HISTORY.rst

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
Changelog
22
---------
33

4+
3.4.0
5+
~~~~~
6+
7+
* Add action to view tests for mutant
8+
9+
* Add basic description for all results in mutmut browse
10+
11+
* Add description for timeout mutants
12+
13+
* Early exit when stats find no tests for any mutant
14+
15+
* Support python 3.14
16+
17+
* Performance improvements
18+
19+
* Fix `mutate_only_covered_lines` when files are excluded from test run
20+
21+
* Add `pytest_add_cli_args` and `pytest_add_cli_args_test_selection` configs
22+
23+
* `mutate_only_covered_lines` added to config to control whether coverage.py is used to filter down mutations
24+
25+
* Filter out identical string mutants with different values
26+
27+
* Handle more exit codes
28+
29+
* Disable common order-randomising pytest plugins, as that can seriously deteriorate mutation testing performance
30+
31+
* Fixed packaging issue
32+
33+
434
3.3.1
535
~~~~~
636

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mutmut"
3-
version = "3.3.1"
3+
version = "3.4.0"
44
description = "mutation testing for Python 3"
55
keyowrds = ["mutmut", "mutant", "mutation", "test", "testing"]
66
authors = [

0 commit comments

Comments
 (0)