[issue16079] list duplicate test names with patchcheck

Xavier de Gaye report at bugs.python.org
Sat Sep 29 12:41:11 CEST 2012


Xavier de Gaye added the comment:

> Here are a couple examples of test method names that don't begin
> with "test_":
>
>     def testLoadTk(self):
>     def testLoadTkFailure(self):

Also Lib/test/test_smtplib.py test method names start with 'test'
instead of 'test_' although the 'Regression tests package for Python'
documentation states: "The test methods in the test module should
start with test_".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16079>
_______________________________________


More information about the Python-bugs-list mailing list