File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
18641859sys
18651860---
Original file line number Diff line number Diff 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
12781281urllib.parse
12791282------------
You can’t perform that action at this time.
0 commit comments