Skip to content

Commit 20dc444

Browse files
committed
Update NEWS
1 parent 295de8b commit 20dc444

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

NEWS

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,28 @@ testtools NEWS
33

44
Changes and improvements to testtools_, grouped by release.
55

6+
2.7.2
7+
~~~~~
8+
9+
Improvements
10+
------------
11+
12+
* Treat methodName="runTest" similar to unittest.TestCase,
13+
fixes compatibility with pytest 8.3. (Natanael Copa, #372)
14+
15+
* Format with ``ruff format``. (Jelmer Vernooij)
16+
17+
* Use ruff for linting. (Jelmer Vernooij)
18+
19+
* Fix compatibility with Python 3.12.1. (Matthew Treinish)
20+
21+
* Deprecate SkippedTest exception. (Stephen Finucane)
22+
623
2.7.1
724
~~~~~
825

926
Improvements
10-
~~~~~~~~~~~~
27+
------------
1128

1229
* Remove various unused imports.
1330
(Jelmer Vernooij)

0 commit comments

Comments
 (0)