Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/unittest/test/
Dtest_runner.py35 result = test.doCleanups()
66 self.assertFalse(test.doCleanups())
/external/python/cpython3/Lib/test/
Dtest_smtplib.py259 self.doCleanups()
727 self.doCleanups()
983 self.doCleanups()
1298 self.doCleanups()
1426 self.doCleanups()
Dtest_socket.py215 def doCleanups(self, *args, **kwargs): member in ThreadSafeCleanupTestCase
217 return super().doCleanups(*args, **kwargs)
Dtest_subprocess.py86 self.doCleanups()
Dtest_logging.py152 self.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/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dcase.py393 cleanUpSuccess = self.doCleanups()
443 def doCleanups(self): member in TestCase
/external/python/cpython3/Lib/unittest/test/
Dtest_runner.py72 self.assertTrue(test.doCleanups())
94 self.assertFalse(test.doCleanups())
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_case.py76 result = test.doCleanups()
112 self.assertFalse(test.doCleanups())
/external/python/cpython3/Lib/test/test_asyncio/
Dutils.py560 self.doCleanups()
Dtest_sock_lowlevel.py64 self.doCleanups()
Dtest_sendfile.py122 self.doCleanups()
Dtest_events.py251 self.doCleanups()
/external/python/cpython3/Lib/unittest/
Dcase.py598 self.doCleanups()
627 def doCleanups(self): member in TestCase
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py665 self.doCleanups()
691 self.doCleanups()
/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.rst1445 .. method:: doCleanups()
1452 *prior* to :meth:`tearDown` then you can call :meth:`doCleanups`
1455 :meth:`doCleanups` pops methods off the stack of cleanup
/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.