Ezio Melotti added the comment: 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. ---------- Added file: http://bugs.python.org/file29132/issue17217.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17217> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com