[issue8911] regrtest.main should have a test skipping argument

Brett Cannon report at bugs.python.org
Sun Jun 6 05:23:26 CEST 2010


New submission from Brett Cannon <brett at python.org>:

If you look at importlib.regrtest you will notice it has to muck with sys.argv in order to get certain tests skipped. It would be much better if regrtest.main had an argument you could specify instead which listed the tests to skip.

This might lead to breaking out the command line parsing into the __main__ block at the end of the file instead of having it all in regrtest.main.

----------
components: Tests
keywords: easy
messages: 107177
nosy: brett.cannon
priority: low
severity: normal
status: open
title: regrtest.main should have a test skipping argument
versions: Python 3.2

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


More information about the Python-bugs-list mailing list