[issue7893] unittest: have to subclass TextTestRunner to use alternative TestResult

2010-02-10 Thread Michael Foord
Michael Foord added the comment: Fixed revision 78130. -- resolution: -> accepted stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue7893] unittest: have to subclass TextTestRunner to use alternative TestResult

2010-02-09 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue7893] unittest: have to subclass TextTestRunner to use alternative TestResult

2010-02-09 Thread Michael Foord
New submission from Michael Foord : A common way to extend unittest is to implement a custom TestResult. Currently you have to subclass TextTestRunner, overriding _makeResult, to get it to use an alternative result class. I suggest adding an additional, optional, argument to TextTestRunner to