[New-bugs-announce] [issue8560] regrtest: add a minimal "progress bar"

STINNER Victor report at bugs.python.org
Wed Apr 28 19:01:45 CEST 2010


New submission from STINNER Victor <victor.stinner at haypocalc.com>:

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).

----------
files: regrtest_progress-py3k.patch
keywords: patch
messages: 104440
nosy: haypo
priority: normal
severity: normal
status: open
title: regrtest: add a minimal "progress bar"
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file17119/regrtest_progress-py3k.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8560>
_______________________________________


More information about the New-bugs-announce mailing list