Merge #18584: s/testcleanup/testsetup/ until we switch to Sphinx 1.1.

This commit is contained in:
R David Murray 2013-07-30 14:43:10 -04:00
commit 20ac14fbad
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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()