Skip to content

Commit ba59676

Browse files
srittaumiss-islington
authored andcommitted
pythongh-108669: unittest: Fix documentation for TestResult.collectedDurations (pythonGH-108670)
(cherry picked from commit 6c484c3) Co-authored-by: Sebastian Rittau <[email protected]>
1 parent 036dd69 commit ba59676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
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)