mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fixed defaultTestCase -> defaultTestResult
This commit is contained in:
parent
31f42ab254
commit
c2f5a595ba
2 changed files with 4 additions and 4 deletions
|
@ -59,8 +59,8 @@ documentation. Hence, aliases created with :func:`mkalias` could conceivably
|
||||||
have incompatible behaviour in some cases.
|
have incompatible behaviour in some cases.
|
||||||
|
|
||||||
|
|
||||||
:mod:`findertools` --- The :program:`finder`'s Apple Events interface
|
:mod:`findertools` --- The :program:`finder`\'s Apple Events interface
|
||||||
=====================================================================
|
======================================================================
|
||||||
|
|
||||||
.. module:: findertools
|
.. module:: findertools
|
||||||
:platform: Mac
|
:platform: Mac
|
||||||
|
|
|
@ -651,8 +651,8 @@ Test cases
|
||||||
|
|
||||||
Run the test, collecting the result into the test result object passed as
|
Run the test, collecting the result into the test result object passed as
|
||||||
*result*. If *result* is omitted or :const:`None`, a temporary result
|
*result*. If *result* is omitted or :const:`None`, a temporary result
|
||||||
object is created (by calling the :meth:`defaultTestCase` method) and
|
object is created (by calling the :meth:`defaultTestResult` method) and
|
||||||
used; this result object is not returned to :meth:`run`'s caller.
|
used. The result object is not returned to :meth:`run`'s caller.
|
||||||
|
|
||||||
The same effect may be had by simply calling the :class:`TestCase`
|
The same effect may be had by simply calling the :class:`TestCase`
|
||||||
instance.
|
instance.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue