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 ezio.melotti
Recipients brett.cannon, ezio.melotti
Date 2012-09-19.18:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348078729.47.0.118575911772.issue15974@psf.upfronthosting.co.za>
In-reply-to
Content
> 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).
History
Date User Action Args
2012-09-19 18:18:49ezio.melottisetrecipients: + ezio.melotti, brett.cannon
2012-09-19 18:18:49ezio.melottisetmessageid: <1348078729.47.0.118575911772.issue15974@psf.upfronthosting.co.za>
2012-09-19 18:18:48ezio.melottilinkissue15974 messages
2012-09-19 18:18:48ezio.melotticreate