Пример #1
0
 def tearDown(self):
   try:
     shutil.rmtree(self._tmp_dir)
   except OSError:
     logging.warn("[%s] Post-test directory cleanup failed: %s",
                  self, self._tmp_dir)
 def tearDown(self):
     try:
         shutil.rmtree(self._tmp_dir)
     except OSError:
         logging.warn("[%s] Post-test directory cleanup failed: %s", self,
                      self._tmp_dir)