Skip to content

Commit

Permalink
[3.12] gh-108669: unittest: Fix documentation for TestResult.collecte…
Browse files Browse the repository at this point in the history
…dDurations (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>
  • Loading branch information
miss-islington and srittau authored Aug 30, 2023
1 parent 1d6d05a commit ecabf1e
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 ecabf1e

Please sign in to comment.