[issue14408] Support the load_tests protocol in the stdlib tests

Éric Araujo report at bugs.python.org
Wed Mar 28 06:34:14 CEST 2012


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

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)?

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

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


More information about the Python-bugs-list mailing list