Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_runner.py34 result = test.doCleanups()
65 self.assertFalse(test.doCleanups())
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py363 cleanUpSuccess = self.doCleanups()
374 def doCleanups(self): member in TestCase