Skip to content

Commit ecabf1e

Browse files
[3.12] gh-108669: unittest: Fix documentation for TestResult.collectedDurations (GH-108670) (#108672)
gh-108669: unittest: Fix documentation for TestResult.collectedDurations (GH-108670) (cherry picked from commit 6c484c3) Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
1 parent 1d6d05a commit ecabf1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2017,7 +2017,7 @@ Loading and running tests
20172017

20182018
.. attribute:: collectedDurations
20192019

2020-
A list containing 2-tuples of :class:`TestCase` instances and floats
2020+
A list containing 2-tuples of test case names and floats
20212021
representing the elapsed time of each test which was run.
20222022

20232023
.. versionadded:: 3.12

0 commit comments

Comments
 (0)