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