mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#108670)
This commit is contained in:
parent
400a1cebc7
commit
6c484c39be
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue