Skip to content

Commit fe59e5e

Browse files
committed
Move to Python 3.15 news.
1 parent 6313af4 commit fe59e5e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ Loading and running tests
22692269

22702270
Return a test name used in test results.
22712271

2272-
.. versionadded:: 3.14
2272+
.. versionadded:: 3.15
22732273

22742274
.. data:: defaultTestLoader
22752275

Doc/whatsnew/3.14.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,11 +1855,6 @@ symtable
18551855

18561856
(Contributed by Bénédikt Tran in :gh:`120029`.)
18571857

1858-
unittest
1859-
--------
1860-
1861-
* The new :meth:`.TextTestResult.getName` method allows customizing test names
1862-
in test results.
18631858

18641859
sys
18651860
---

Doc/whatsnew/3.15.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1274,6 +1274,9 @@ unittest
12741274
to control how messages are formatted.
12751275
(Contributed by Garry Cairns in :gh:`134567`.)
12761276

1277+
* The new :meth:`.TextTestResult.getName` method allows customizing test names
1278+
in test results.
1279+
12771280

12781281
urllib.parse
12791282
------------

0 commit comments

Comments
 (0)