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 brian.curtin, exarkun, ezio.melotti, michael.foord
Date 2010-02-05.23:00:21
SpamBayes Score 3.093686e-05
Marked as misclassified No
Message-id <1265410823.24.0.809792245651.issue7588@psf.upfronthosting.co.za>
In-reply-to
Content
The problem this fix was trying to fix was that if you provide a docstring for your test then the test name is ommitted in the report.

This could be fixed in the _TextTestResult instead - changing the getDescription() method to always include str(test).
History
Date User Action Args
2010-02-05 23:00:23michael.foordsetrecipients: + michael.foord, exarkun, ezio.melotti, brian.curtin
2010-02-05 23:00:23michael.foordsetmessageid: <1265410823.24.0.809792245651.issue7588@psf.upfronthosting.co.za>
2010-02-05 23:00:21michael.foordlinkissue7588 messages
2010-02-05 23:00:21michael.foordcreate