[issue13476] Simple exclusion filter for unittest autodiscovery

Éric Araujo report at bugs.python.org
Thu Apr 19 00:18:48 CEST 2012


Éric Araujo <merwok at netwok.org> added the comment:

> A -x flag would be more useful if I could specify it on the "python setup.py tests" command line
The most common distutils test command is part of setuptools, not the standard library.  Other people have also written other test, tests or nosetests commands.  The only test command in the standard library is in packaging (distutils2), so you could open another bug report to request a new option for “pysetup run test”, which would simply pass the option to unittest.

----------
nosy: +eric.araujo
versions:  -Python 2.7

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


More information about the Python-bugs-list mailing list