New submission from Brett Cannon <br...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8911>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to