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 chris.jerdonek
Recipients chris.jerdonek, eric.araujo, ezio.melotti, xdegaye
Date 2012-09-28.17:38:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348853889.58.0.194249174776.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):

http://hg.python.org/cpython/file/f1094697d7dc/Lib/tkinter/test/test_tkinter/test_loadtk.py#l9
History
Date User Action Args
2012-09-28 17:38:09chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, eric.araujo, xdegaye
2012-09-28 17:38:09chris.jerdoneksetmessageid: <1348853889.58.0.194249174776.issue16079@psf.upfronthosting.co.za>
2012-09-28 17:38:09chris.jerdoneklinkissue16079 messages
2012-09-28 17:38:09chris.jerdonekcreate