def tearDown(self):
     """Remove the temporary output directory"""
     tools._FinaliseForTest()
Exemple #2
0
 def tearDown(self):
     """Remove the temporary output directory"""
     tools._FinaliseForTest()
Exemple #3
0
 def tearDownClass(self):
     tools._FinaliseForTest()
Exemple #4
0
 def tearDownClass(cls):
     tools._FinaliseForTest()