mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
[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:
parent
1d6d05aa82
commit
ecabf1e19f
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