Message171511
| 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:09 | chris.jerdonek | set | recipients: + chris.jerdonek, ezio.melotti, eric.araujo, xdegaye |
| 2012-09-28 17:38:09 | chris.jerdonek | set | messageid: <1348853889.58.0.194249174776.issue16079@psf.upfronthosting.co.za> |
| 2012-09-28 17:38:09 | chris.jerdonek | link | issue16079 messages |
| 2012-09-28 17:38:09 | chris.jerdonek | create | |