Skip to content

Commit

Permalink
pythongh-108669: unittest: Fix documentation for TestResult.collected…
Browse files Browse the repository at this point in the history
…Durations (pythonGH-108670)

(cherry picked from commit 6c484c3)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
  • Loading branch information
srittau authored and miss-islington committed Aug 30, 2023
1 parent 036dd69 commit ba59676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/unittest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ Loading and running tests

.. attribute:: collectedDurations

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

.. versionadded:: 3.12
Expand Down

0 comments on commit ba59676

Please sign in to comment.