Éric Araujo <mer...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13476>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to