Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/test/
Dtest_async_case.py82 test.doCleanups()
118 test.doCleanups()
153 test.doCleanups()
188 test.doCleanups()
229 test.doCleanups()
341 test.doCleanups()
Dtest_runner.py72 self.assertTrue(test.doCleanups())
94 self.assertFalse(test.doCleanups())
/third_party/python/Lib/test/
Dtest_smtplib.py274 self.doCleanups()
797 self.doCleanups()
1058 self.doCleanups()
1411 self.doCleanups()
1539 self.doCleanups()
Dtest_socket.py217 def doCleanups(self, *args, **kwargs): member in ThreadSafeCleanupTestCase
219 return super().doCleanups(*args, **kwargs)
Dtest_subprocess.py95 self.doCleanups()
Dtest_logging.py159 self.doCleanups()
/third_party/python/Lib/unittest/
Dcase.py596 self.doCleanups()
624 def doCleanups(self): member in TestCase
/third_party/python/Lib/test/test_asyncio/
Dutils.py556 self.doCleanups()
Dtest_sock_lowlevel.py68 self.doCleanups()
Dtest_sendfile.py127 self.doCleanups()
Dtest_events.py272 self.doCleanups()
/third_party/python/Doc/library/
Dunittest.rst1470 .. method:: doCleanups()
1477 *prior* to :meth:`tearDown` then you can call :meth:`doCleanups`
1480 :meth:`doCleanups` pops methods off the stack of cleanup
/third_party/python/Doc/whatsnew/
D2.7.rst1905 :meth:`~unittest.TestCase.doCleanups` were added.