[issue6177] unittest.main testRunner default argument changed from None

2009-06-02 Thread Michael Foord
Michael Foord added the comment: Committed to trunk in revision 73151 and revision 73152. -- status: open -> closed ___ Python tracker ___ ___

[issue6177] unittest.main testRunner default argument changed from None

2009-06-02 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: Feel free to apply this to 2.6. -- nosy: +barry resolution: -> accepted ___ Python tracker ___ ___

[issue6177] unittest.main testRunner default argument changed from None

2009-06-02 Thread Michael Foord
Michael Foord added the comment: Patch attached. -- keywords: +patch Added file: http://bugs.python.org/file14155/fix_unittest_main.patch ___ Python tracker ___ _

[issue6177] unittest.main testRunner default argument changed from None

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

[issue6177] unittest.main testRunner default argument changed from None

2009-06-02 Thread Michael Foord
New submission from Michael Foord : In Python 2.6 the testRunner keyword argument to unittest.main (TestProgram) changed from None to TextTestRunner. This breaks test suites (like the setuptools tests) which pass in None when not wanting to override the default. This is easy to fix without brea