[issue17652] Add skip_on_windows decorator to test.support

STINNER Victor report at bugs.python.org
Mon Jul 7 22:09:04 CEST 2014


STINNER Victor added the comment:

"""It might be interesting to see a patch that converts current "@skipIf(sys.platform == 'win32' or os.name == 'nt')" instances to "@skip_on_windows" to see just what kind of difference it makes, but I'm honestly more interested in seeing how many different ways "don't run this test on Windows" is spelled currently."""

I agree. Berker: are you interested to work on such patch?

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list