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 ezio.melotti
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-02-20.18:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361385726.24.0.572734752022.issue17217@psf.upfronthosting.co.za>
In-reply-to
Content
In order to fix test discovery on Windows the attached patch should be enough.

There are two somewhat unrelated issues though:
1) moving replace_stdout to test.support (and possibly turn it into a context manager/decorator);
2) use unittest verbosity to control the output of test_format instead of test.support.verbose;

Apparently there's no API to access the unittest verbosity level, so that would be a new feature request.
History
Date User Action Args
2013-02-20 18:42:06ezio.melottisetrecipients: + ezio.melotti, brett.cannon, zach.ware
2013-02-20 18:42:06ezio.melottisetmessageid: <1361385726.24.0.572734752022.issue17217@psf.upfronthosting.co.za>
2013-02-20 18:42:06ezio.melottilinkissue17217 messages
2013-02-20 18:42:06ezio.melotticreate