Home | History | Annotate | Download | only in test

Lines Matching refs:comment2

1515         comment2 = ''.join(['%d' % (i**3 % 10) for i in range((1 << 16)-1)])
1516 comment2 = comment2.encode("ascii")
1518 zipf.comment = comment2
1522 self.assertEqual(zipfr.comment, comment2)
1527 zipf.comment = comment2 + b'oops'
1530 self.assertEqual(zipfr.comment, comment2)