This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients chris.jerdonek, eric.araujo, ezio.melotti, xdegaye
Date 2012-09-29.10:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348915271.24.0.969862103935.issue16079@psf.upfronthosting.co.za>
In-reply-to
Content
> 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_".
History
Date User Action Args
2012-09-29 10:41:11xdegayesetrecipients: + xdegaye, ezio.melotti, eric.araujo, chris.jerdonek
2012-09-29 10:41:11xdegayesetmessageid: <1348915271.24.0.969862103935.issue16079@psf.upfronthosting.co.za>
2012-09-29 10:41:11xdegayelinkissue16079 messages
2012-09-29 10:41:10xdegayecreate