This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo, ezio.melotti, gustavoarzola, michael.foord, ncoghlan
Date 2012-04-18.22:18:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334787528.76.0.247840693614.issue13476@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-04-18 22:18:48eric.araujosetrecipients: + eric.araujo, ncoghlan, ezio.melotti, michael.foord, gustavoarzola
2012-04-18 22:18:48eric.araujosetmessageid: <1334787528.76.0.247840693614.issue13476@psf.upfronthosting.co.za>
2012-04-18 22:18:48eric.araujolinkissue13476 messages
2012-04-18 22:18:48eric.araujocreate