Home
last modified time | relevance | path

Searched refs:doCleanups (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py35 result = test.doCleanups()
66 self.assertFalse(test.doCleanups())
/external/python/cpython2/Lib/unittest/
Dcase.py365 cleanUpSuccess = self.doCleanups()
376 def doCleanups(self): member in TestCase
/external/python/cpython2/Doc/library/
Dunittest.rst1299 .. method:: doCleanups()
1306 *prior* to :meth:`tearDown` then you can call :meth:`doCleanups`
1309 :meth:`doCleanups` pops methods off the stack of cleanup
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1881 :meth:`~unittest.TestCase.doCleanups` were added.
/external/python/cpython2/Misc/
DNEWS8265 - Issue #5679: The methods unittest.TestCase.addCleanup and doCleanups were