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