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