STINNER Victor added the comment: I would prefer a decorator checking if a device exists, something like:
@requires_character_device('/dev/full') It would always skip on Windows. Implement it in test_support.py. ---------- nosy: +haypo _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue21934> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com