Message171559
| 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:11 | xdegaye | set | recipients: + xdegaye, ezio.melotti, eric.araujo, chris.jerdonek |
| 2012-09-29 10:41:11 | xdegaye | set | messageid: <1348915271.24.0.969862103935.issue16079@psf.upfronthosting.co.za> |
| 2012-09-29 10:41:11 | xdegaye | link | issue16079 messages |
| 2012-09-29 10:41:10 | xdegaye | create | |