Home | History | Annotate | Download | only in test

Lines Matching refs:file_path

923         file_path = file_obj.name
925 self.addCleanup(os.unlink, file_path)
927 with open(file_path, "rb") as f:
934 with open(file_path, "rb") as f: