Ezio Melotti added the comment:

> It would be nice to have something like sphinx's build output where
> the output is all kept on a single line except for failures.

+1

I wanted the exact same thing for a long time but never had time to look at it. 
 OTOH the more features are added to regrtest, the more complex it gets, and 
it's already fairly complex as it is.

A better option might be to create a new unittest test runner, and then start 
switching regrtest to use more unittest bits (see #10967).  That should allow 
us to select the runner we prefer, and that can also be available for regular 
unittests (there might even be something already).

----------
nosy: +ezio.melotti

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

Reply via email to