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 chris.jerdonek, michael.foord, r.david.murray
Date 2012-07-15.16:12:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342368728.72.0.862793429343.issue15351@psf.upfronthosting.co.za>
In-reply-to
Content
A method on TestCase that *just* executes the test method - allowing for overriding in subclasses - is an interesting idea. Including setUp and tearDown would be harder because TestCase necessarily does a bunch of bookkeeping between each of these steps.
History
Date User Action Args
2012-07-15 16:12:08michael.foordsetrecipients: + michael.foord, r.david.murray, chris.jerdonek
2012-07-15 16:12:08michael.foordsetmessageid: <1342368728.72.0.862793429343.issue15351@psf.upfronthosting.co.za>
2012-07-15 16:12:08michael.foordlinkissue15351 messages
2012-07-15 16:12:08michael.foordcreate