Home | History | Annotate | Download | only in test

Lines Matching refs:tmp_file

228         fd, tmp_file = tempfile.mkstemp()
229 tmp_fileurl = 'file://localhost/' + tmp_file.replace(os.path.sep, '/')
231 self.assertTrue(os.path.exists(tmp_file))
236 os.unlink(tmp_file)
238 self.assertFalse(os.path.exists(tmp_file))