Vinay Sajip added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to