]> granicus.if.org Git - python/commit
test_winsound: new try to skip the tests. In Python 2.6, TestSkipped is used to
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 19 Apr 2010 15:18:07 +0000 (15:18 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 19 Apr 2010 15:18:07 +0000 (15:18 +0000)
commitb2a28c3bd513c1172ce891779b99e304e3e4217c
treea82a6de76838d9ff0b7042d14bb801a12d0c932a
parent797a49c8792b0ebd3babd3a2f3919f078f85924f
test_winsound: new try to skip the tests. In Python 2.6, TestSkipped is used to
skip the whole file, not a particular function.
Lib/test/test_winsound.py