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