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 rbcollins
Recipients michael.foord, rbcollins
Date 2012-10-19.18:47:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350672442.25.0.920314641488.issue16288@psf.upfronthosting.co.za>
In-reply-to
Content
Or anther way this could be done would be to make TestCase.__str__ call self.id(), and then __str__ never needs to be adjusted - id() or shortDescription are the only things to tweak.
History
Date User Action Args
2012-10-19 18:47:22rbcollinssetrecipients: + rbcollins, michael.foord
2012-10-19 18:47:22rbcollinssetmessageid: <1350672442.25.0.920314641488.issue16288@psf.upfronthosting.co.za>
2012-10-19 18:47:22rbcollinslinkissue16288 messages
2012-10-19 18:47:22rbcollinscreate