mirror of https://github.com/python/cpython
Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.
This commit is contained in:
commit
20ac14fbad
|
@ -68,7 +68,7 @@ The following function has been added as a useful debugging tool. It should
|
|||
text/plain
|
||||
text/plain
|
||||
|
||||
.. testcleanup::
|
||||
.. testsetup::
|
||||
|
||||
>>> somefile.close()
|
||||
|
||||
|
|
|
@ -85,7 +85,7 @@ file on disk and pass it to the system ``sendmail`` program on a Unix system:
|
|||
>>> p.stdin.close()
|
||||
>>> rc = p.wait()
|
||||
|
||||
.. testcleanup::
|
||||
.. testsetup::
|
||||
|
||||
>>> mymsg.close()
|
||||
>>> mocker.stop()
|
||||
|
|
Loading…
Reference in New Issue