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 branker, michael.foord, r.david.murray, rhettinger, terry.reedy
Date 2011-06-27.10:16:23
SpamBayes Score 7.828717e-07
Marked as misclassified No
Message-id <1309169784.13.0.488204530458.issue12376@psf.upfronthosting.co.za>
In-reply-to
Content
I have a feeling I added the arguments to TestResult.__init__ to allow it to be used as a silent test result directly in place of TextTestResult. I still need to check this. 

Not adding the arguments to the super call in TextTestResult would have been an oversight. Let me check this understanding is correct, and if there is no reason for it not to pass on those arguments I'll fix it.
History
Date User Action Args
2011-06-27 10:16:24michael.foordsetrecipients: + michael.foord, rhettinger, terry.reedy, r.david.murray, branker
2011-06-27 10:16:24michael.foordsetmessageid: <1309169784.13.0.488204530458.issue12376@psf.upfronthosting.co.za>
2011-06-27 10:16:23michael.foordlinkissue12376 messages
2011-06-27 10:16:23michael.foordcreate