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 docs@python, evilzero, ezio.melotti, martin.panter, michael.foord, pitrou, rbcollins
Date 2014-10-29.00:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414542321.71.0.231790273281.issue22153@psf.upfronthosting.co.za>
In-reply-to
Content
Constructing test case objects directly is part of the protocol, and its needed for framework and extension authors.

I've seen folk use runTest, but rarely enough that I think we could deprecate it. My argument is that while its supported we should be clear about when it should be used, and how.
History
Date User Action Args
2014-10-29 00:25:21rbcollinssetrecipients: + rbcollins, pitrou, ezio.melotti, michael.foord, docs@python, martin.panter, evilzero
2014-10-29 00:25:21rbcollinssetmessageid: <1414542321.71.0.231790273281.issue22153@psf.upfronthosting.co.za>
2014-10-29 00:25:21rbcollinslinkissue22153 messages
2014-10-29 00:25:21rbcollinscreate