[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 6c484c39be)

Co-authored-by: Sebastian Rittau <srittau@rittau.biz>
This commit is contained in:
Miss Islington (bot) 2023-08-30 06:21:05 -07:00 committed by GitHub
parent 1d6d05aa82
commit ecabf1e19f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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