(self)
| 527 | last_modif.timestamp(), usegmt=True) |
| 528 | |
| 529 | def tearDown(self): |
| 530 | try: |
| 531 | os.chdir(self.cwd) |
| 532 | try: |
| 533 | shutil.rmtree(self.tempdir) |
| 534 | except: |
| 535 | pass |
| 536 | finally: |
| 537 | super().tearDown() |
| 538 | |
| 539 | def check_status_and_reason(self, response, status, data=None): |
| 540 | def close_conn(): |