Beispiel #1
0
 def tearDown(self):
     os.chdir(self.old_path)
     if os.path.exists(TEMP_PKG):
         shutil.rmtree(TEMP_PKG)
     PyPIRCCommandTestCase.tearDown(self)
Beispiel #2
0
 def tearDown(self):
     getpass.getpass = self._old_getpass
     PyPIRCCommandTestCase.tearDown(self)
Beispiel #3
0
 def tearDown(self):
     os.chdir(self.old_path)
     if os.path.exists(TEMP_PKG):
         shutil.rmtree(TEMP_PKG)
     PyPIRCCommandTestCase.tearDown(self)