gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#108670)

This commit is contained in:
Sebastian Rittau 2023-08-30 11:36:59 +02:00 committed by GitHub
parent 400a1cebc7
commit 6c484c39be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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