Home | History | Annotate | Download | only in test_email

Lines Matching refs:testfile

4022         with open(fn, 'wb') as testfile:
4023 testfile.write(self.non_latin_bin_msg)
4024 with open(fn, 'rb') as testfile:
4025 m = email.parser.BytesParser().parse(testfile)