[issue8273] move test_support into the unittest package

Michael Foord report at bugs.python.org
Wed Mar 31 15:55:14 CEST 2010


Michael Foord <michael at voidspace.org.uk> added the comment:

Something like this was discussed at the language summit. Now we have the skip decorators it is easy to skip tests on certain platforms or only run them on certain platforms.

The cpython_only decorator is fine - but I'd prefer a general solution rather than is_jython, is_pypy, is_ironpython, etc... Do we yet have a sys.implementation or equivalent? We need it. :-)

----------

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


More information about the Python-bugs-list mailing list