[Zope3-dev] Progress meter for the test runner
Guido van Rossum
guido@python.org
Wed, 11 Dec 2002 10:23:45 -0500
> I've just commited a patch to test.py that adds a command line option -p
> for a running progress meter. Here's a screenshot:
>
> $ python2.2 test.py -p
> 200/2729 (7.3%)
>
> I like it because -v/-vv only show that the tests are not frozen, but
> give no real sense of progress.
(Unless you know how many lines of dots to expect. :-)
Seriously, this is cool! Thanks!
--Guido van Rossum (home page: http://www.python.org/~guido/)