[issue6418] unittest.TestProgram change breaks nose

2009-07-14 Thread Michael Foord
Michael Foord added the comment: Committed to trunk in revision 74007. -- assignee: -> michael.foord resolution: -> accepted status: open -> closed ___ Python tracker ___ _

[issue6418] unittest.TestProgram change breaks nose

2009-07-13 Thread Michael Foord
Michael Foord added the comment: Oops - I meant revision 73997 of course. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue6418] unittest.TestProgram change breaks nose

2009-07-13 Thread Michael Foord
Michael Foord added the comment: Committed in revision 6418. Still needs fixing in trunk (note the patch itself can't be applied as it is missing a couple of 'self's). Having problems testing this fix without causing spurious output on stderr. -- __

[issue6418] unittest.TestProgram change breaks nose

2009-07-05 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue6418] unittest.TestProgram change breaks nose

2009-07-04 Thread Jason Pellerin
Changes by Jason Pellerin : -- keywords: +patch Added file: http://bugs.python.org/file14452/6418.patch ___ Python tracker ___ ___ Pyth

[issue6418] unittest.TestProgram change breaks nose

2009-07-04 Thread Michael Foord
Michael Foord added the comment: This change was made to fix a regression in 2.6. In 2.5 the default was None and someone (else) made the also backwards incompatible change to make the default the TextTestRunner class. This broke test suites (like setuptools for example) which expected to be abl

[issue6418] unittest.TestProgram change breaks nose

2009-07-04 Thread Jason Pellerin
New submission from Jason Pellerin : This changeset: http://hg.python.org/cpython/rev/c3fb79d1c036 breaks nose, as it changes the behavior of unittest.TestProgram in a non-backwards-compatible way. Previously, when called like: TestProgram(testRunner=None) self.testRunner would be None when r