def tearDown(self): ''' tearDown the test ''' if self.basePath: Shell.nukeDirectory(self.basePath).catch(TestCore.raiser)
def clearTemporaryDirs(cls): for x in cls.tempDirs: Shell.nukeDirectory(x)