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 anacrolix, eric.araujo, michael.foord
Date 2012-03-28.04:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332909254.55.0.411896372311.issue14408@psf.upfronthosting.co.za>
In-reply-to
Content
I’m a bit disappointed to see that the files after the change are as long.  I hoped we could avoid explicitly listing test cases, thanks to auto-discovery of TestCase subclasses combined with skips for specific platforms or optional modules.  Of course this would remove the possibility to run things like “../../python test_shutil.py” (and I do use these kinds of calls to run tests from my editor all the time), forcing us to always call “./python -m unittest test.test_shutil”.  Michael, do you think this should go to python-dev or do you disapprove (or think people will disapprove)?
History
Date User Action Args
2012-03-28 04:34:14eric.araujosetrecipients: + eric.araujo, michael.foord, anacrolix
2012-03-28 04:34:14eric.araujosetmessageid: <1332909254.55.0.411896372311.issue14408@psf.upfronthosting.co.za>
2012-03-28 04:34:12eric.araujolinkissue14408 messages
2012-03-28 04:34:12eric.araujocreate