[issue7306] Patch - skip winsound tests if no default sound is configured

Benjamin Peterson report at bugs.python.org
Sun Dec 13 02:01:13 CET 2009


Benjamin Peterson <benjamin at python.org> added the comment:

You can use unittest.skipUnless instead of skipIf since you have a not
condition in all of them.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list