msg150790 - (view) |
Author: Erno Tukia (etukia) |
Date: 2012-01-07 11:51 |
./python -m test --help -d/--debug -- print traceback for failed tests ./python -m test -d test_imaplib option -d not recognized Use --help for usage Patch included. |
|
|
msg151215 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2012-01-14 03:41 |
Thanks for the report and patch; I can’t easily push these days but if nobody gets to it today I will commit this. BTW, are you finding these regrtest bugs while using it to run the CPython test suite or to run your tests? |
|
|
msg151222 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2012-01-14 04:35 |
unittest.test.test_program.TestCommandLineArgs has a few test functions that do at least a minimal test of help and verbosity options and command line args. Should more be added for other options, like this and #13726? |
|
|
msg151226 - (view) |
Author: Erno Tukia (etukia) |
Date: 2012-01-14 05:05 |
@Éric I just tried to fix, with tests, the imaplib bug (#13700) and I found this bug. And fixing this bug I happened to notice in the source code another bug (#13726). No problems with CPython test suite relating to these regrtest bugs. |
|
|
msg151230 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2012-01-14 05:31 |
Erno: Okay, I just wanted to make sure you weren’t using it for your own projects, as regrtest is not an official public module. Thanks for your patches! |
|
|
msg151255 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2012-01-14 15:19 |
New changeset f80f9eb5df02 by Meador Inge in branch '3.2': Issue #13725: regrtest does not recognize -d flag. http://hg.python.org/cpython/rev/f80f9eb5df02 New changeset f2b764dd0851 by Meador Inge in branch 'default': Issue #13725: regrtest does not recognize -d flag. http://hg.python.org/cpython/rev/f2b764dd0851 |
|
|
msg151256 - (view) |
Author: Meador Inge (meador.inge) *  |
Date: 2012-01-14 15:21 |
Éric, I got it. Erno, thanks for the patch. |
|
|
msg151257 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2012-01-14 15:57 |
New changeset 3e9b107fb5da by Meador Inge in branch '3.2': Issue #13725: Add a NEWS entry. http://hg.python.org/cpython/rev/3e9b107fb5da New changeset 7332e97587da by Meador Inge in branch 'default': Issue #13725: Add a NEWS entry. http://hg.python.org/cpython/rev/7332e97587da |
|
|
msg151263 - (view) |
Author: Erno Tukia (etukia) |
Date: 2012-01-14 18:11 |
Meador, thanks for the acknowledgement. |
|
|