Home | History | Annotate | Download | only in test

Lines Matching full:afile

1065             self.assertEqual('afile', zipf.testzip())
1080 self.assertRaises(zipfile.BadZipfile, zipf.read, 'afile')
1084 with zipf.open('afile', 'r') as corrupt_file:
1089 with zipf.open('afile', 'r') as corrupt_file: