예제 #1
0
 def tearDown(self):
     os.chdir(self.cwd)
     if os.path.exists(self.root):
         safe_rmtree(self.root)
예제 #2
0
 def tearDown(self):
     super(TestRemoteAutomation, self).tearDown()
     if os.path.exists(self.other_dir):
         safe_rmtree(self.other_dir)