Message112025
| Author | michael.foord |
|---|---|
| Recipients | ezio.melotti, michael.foord |
| Date | 2010-07-30.00:05:49 |
| SpamBayes Score | 0.19453225 |
| Marked as misclassified | No |
| Message-id | <1280448352.86.0.380978086896.issue9424@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Now that deprecations are silent by default it would be much less intrusive to deprecate unittest.TestCase.assertEqual We have a persistent issue in the Python test suite of developers using assertEquals when we have standardised on assertEqual. In regrtest we could patch TestCase.assertEquals to raise a (hopefully helpful) error. That'll stop the blighters! |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-30 00:05:53 | michael.foord | set | recipients: + michael.foord, ezio.melotti |
| 2010-07-30 00:05:52 | michael.foord | set | messageid: <1280448352.86.0.380978086896.issue9424@psf.upfronthosting.co.za> |
| 2010-07-30 00:05:50 | michael.foord | link | issue9424 messages |
| 2010-07-30 00:05:49 | michael.foord | create | |