コード例 #1
0
 def tearDown(self):
     """Clear the test environment"""
     stubs.clean_out_fake_filesystem_backend()
     self.stubs.UnsetAll()
     if os.path.exists(self.db_file):
         os.unlink(self.db_file)
コード例 #2
0
 def tearDown(self):
     """Clear the test environment"""
     stubs.clean_out_fake_filesystem_backend()
     self.stubs.UnsetAll()
     ChunkedFile.CHUNKSIZE = self.orig_chunksize
コード例 #3
0
 def tearDown(self):
     """Clear the test environment"""
     stubs.clean_out_fake_filesystem_backend()
     self.stubs.UnsetAll()