Searched refs:doCleanups (Results 1 – 17 of 17) sorted by relevance
35 result = test.doCleanups()66 self.assertFalse(test.doCleanups())
39 self.assertTrue(test.doCleanups())61 self.assertFalse(test.doCleanups())
97 self.doCleanups()
281 self.doCleanups()
60 self.doCleanups()
365 cleanUpSuccess = self.doCleanups()376 def doCleanups(self): member in TestCase
535 self.doCleanups()
248 self.doCleanups()
620 self.doCleanups()649 def doCleanups(self): member in TestCase
1299 .. method:: doCleanups()1306 *prior* to :meth:`tearDown` then you can call :meth:`doCleanups`1309 :meth:`doCleanups` pops methods off the stack of cleanup
1436 .. method:: doCleanups()1443 *prior* to :meth:`tearDown` then you can call :meth:`doCleanups`1446 :meth:`doCleanups` pops methods off the stack of cleanup
66 self.doCleanups()
158 def doCleanups(self, *args, **kwargs): member in ThreadSafeCleanupTestCase160 return super().doCleanups(*args, **kwargs)
150 self.doCleanups()
3259 The methods unittest.TestCase.addCleanup and doCleanups were added.
1905 :meth:`~unittest.TestCase.doCleanups` were added.
1881 :meth:`~unittest.TestCase.doCleanups` were added.