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 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:53michael.foordsetrecipients: + michael.foord, ezio.melotti
2010-07-30 00:05:52michael.foordsetmessageid: <1280448352.86.0.380978086896.issue9424@psf.upfronthosting.co.za>
2010-07-30 00:05:50michael.foordlinkissue9424 messages
2010-07-30 00:05:49michael.foordcreate