mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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
|
.. 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.
|
representing the elapsed time of each test which was run.
|
||||||
|
|
||||||
.. versionadded:: 3.12
|
.. versionadded:: 3.12
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue