As discussed on IRC, the test starts succeed with:
self.assertToGzip(['a large string\n'*1024*34])
and starts failing with:
self.assertToGzip(['a large string\n'*1024*35])
As discussed on IRC, the test starts succeed with:
self. assertToGzip( ['a large string\n'*1024*34])
and starts failing with:
self. assertToGzip( ['a large string\n'*1024*35])