Chris Jerdonek added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16079>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to