Home | History | Annotate | Download | only in test

Lines Matching refs:tmp_file

661             tmp_file = self._box._create_tmp()
662 head, tail = os.path.split(tmp_file.name)
687 tmp_file.write(_sample_message)
688 tmp_file.seek(0)
689 self.assertTrue(tmp_file.read() == _sample_message)
690 tmp_file.close()