Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py35 result = test.doCleanups()
66 self.assertFalse(test.doCleanups())
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py39 self.assertTrue(test.doCleanups())
61 self.assertFalse(test.doCleanups())
/external/python/cpython2/Lib/test/
Dtest_socketserver.py97 self.doCleanups()
Dtest_urllib2_localnet.py281 self.doCleanups()
Dtest_subprocess.py60 self.doCleanups()
/external/python/cpython2/Lib/unittest/
Dcase.py365 cleanUpSuccess = self.doCleanups()
376 def doCleanups(self): member in TestCase
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py535 self.doCleanups()
Dtest_events.py248 self.doCleanups()
/external/python/cpython3/Lib/unittest/
Dcase.py620 self.doCleanups()
649 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/cpython3/Doc/library/
Dunittest.rst1436 .. method:: doCleanups()
1443 *prior* to :meth:`tearDown` then you can call :meth:`doCleanups`
1446 :meth:`doCleanups` pops methods off the stack of cleanup
/external/python/cpython3/Lib/test/
Dtest_subprocess.py66 self.doCleanups()
Dtest_socket.py158 def doCleanups(self, *args, **kwargs): member in ThreadSafeCleanupTestCase
160 return super().doCleanups(*args, **kwargs)
Dtest_logging.py150 self.doCleanups()
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst3259 The methods unittest.TestCase.addCleanup and doCleanups were added.
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1905 :meth:`~unittest.TestCase.doCleanups` were added.
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1881 :meth:`~unittest.TestCase.doCleanups` were added.