[Python-checkins] r73931 - python/trunk/Lib/test/test_zipfile.py

Antoine Pitrou solipsis at pitrou.net
Sat Jul 11 13:24:58 CEST 2009


Hello,

> -    def testStored(self):
> +    def test_OpenStored(self):

If you want to PEP8-ify method names, please do it entirely:
`test_open_stored` instead of `test_OpenStored`

Regards

Antoine.




More information about the Python-checkins mailing list