10000 gh-64308: [CR] Reference unittest.TestResult · python/cpython@b478280 · GitHub
[go: up one dir, main page]

Skip to content

Commit b478280

Browse files
committed
gh-64308: [CR] Reference unittest.TestResult
1 parent 7fce4e2 commit b478280

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ Loading and running tests
23172317
otherwise it will be set to ``'default'``.
23182318

23192319
Calling ``main`` returns an object with the ``result`` attribute that contains
2320-
the result of the tests run.
2320+
the result of the tests run as a :class:`unittest.TestResult`.
23212321

23222322
.. versionchanged:: 3.1
23232323
The *exit* parameter was added.

0 commit comments

Comments
 (0)
0