From 6c484c39beeb66d40ef0a73cc4f1e900ea498cfa Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Wed, 30 Aug 2023 11:36:59 +0200 Subject: [PATCH] gh-108669: unittest: Fix documentation for TestResult.collectedDurations (#108670) --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 518bf6b13ba..4c28e8fae8b 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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