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 michael.foord
Date 2009-06-02.14:38:15
SpamBayes Score 2.1092573e-07
Marked as misclassified No
Message-id <1243953497.61.0.923685301175.issue6177@psf.upfronthosting.co.za>
In-reply-to
Content
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 breaking anything (but hard to test). I will
be fixing this and backporting to 2.6-maint unless there are objections.
History
Date User Action Args
2009-06-02 14:38:17michael.foordsetrecipients: + michael.foord
2009-06-02 14:38:17michael.foordsetmessageid: <1243953497.61.0.923685301175.issue6177@psf.upfronthosting.co.za>
2009-06-02 14:38:16michael.foordlinkissue6177 messages
2009-06-02 14:38:15michael.foordcreate