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 exarkun
Recipients exarkun
Date 2009-12-28.14:30:39
SpamBayes Score 0.0006125076
Marked as misclassified No
Message-id <1262010641.75.0.70494250568.issue7588@psf.upfronthosting.co.za>
In-reply-to
Content
Sometime between Python 2.6 and 2.7a1, the
unittest.TestCase.shortDescription method changed from returning just
the test method name to the test method name, in parentheses, the fully
qualified Python name of the test case.

This breaks several Twisted unit tests and, I think, goes against the
expectations users have of the "shortDescription" method.
History
Date User Action Args
2009-12-28 14:30:41exarkunsetrecipients: + exarkun
2009-12-28 14:30:41exarkunsetmessageid: <1262010641.75.0.70494250568.issue7588@psf.upfronthosting.co.za>
2009-12-28 14:30:40exarkunlinkissue7588 messages
2009-12-28 14:30:39exarkuncreate