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 vinay.sajip
Recipients chris.jerdonek, ezio.melotti, r.david.murray, vinay.sajip
Date 2013-01-08.11:42:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357645370.48.0.0936903440732.issue16889@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I see what you mean now. I guess the approach you used is straightforward, and perhaps something could be added to test.support. It's only an aesthetic thing, though, IIUC.

I normally don't run into this because I log to file when running unit tests, or run with -v so that the runner prints complete lines rather than just dots. And if you need to test that logging is happening, you can use the TestHandler and Matcher classes in test.support.
History
Date User Action Args
2013-01-08 11:42:50vinay.sajipsetrecipients: + vinay.sajip, ezio.melotti, r.david.murray, chris.jerdonek
2013-01-08 11:42:50vinay.sajipsetmessageid: <1357645370.48.0.0936903440732.issue16889@psf.upfronthosting.co.za>
2013-01-08 11:42:50vinay.sajiplinkissue16889 messages
2013-01-08 11:42:50vinay.sajipcreate