[issue15974] Optional compact and colored output for regrest

Ezio Melotti report at bugs.python.org
Wed Sep 19 20:18:49 CEST 2012


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 <report at bugs.python.org>
<http://bugs.python.org/issue15974>
_______________________________________


More information about the Python-bugs-list mailing list