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 vstinner
Recipients vstinner
Date 2010-04-28.17:01:40
SpamBayes Score 0.0015369321
Marked as misclassified No
Message-id <1272474105.27.0.516301529425.issue8560@psf.upfronthosting.co.za>
In-reply-to
Content
regrtest takes between 10 and 20 minutes to run the full test suite. It would be nice to see the progress of the test suite with a kind of progress bar. Add the test number would be enough:

$ ./python Lib/test/regrtest.py                             
...
test_grammar (1/340)                                             
test_opcodes (2/340)                                             
test_dict (3/340)                                                
test_builtin (4/340)                                             
test_exceptions (5/340)                                          
test_types (6/340)                                               
test_unittest (7/340)                                            
...

Attached patch implements that (classic version and multiprocess version).
History
Date User Action Args
2010-04-28 17:01:45vstinnersetrecipients: + vstinner
2010-04-28 17:01:45vstinnersetmessageid: <1272474105.27.0.516301529425.issue8560@psf.upfronthosting.co.za>
2010-04-28 17:01:41vstinnerlinkissue8560 messages
2010-04-28 17:01:41vstinnercreate