]> granicus.if.org Git - python/commit
Issue #27748: Simplify test_winsound.
authorZachary Ware <zachary.ware@gmail.com>
Mon, 5 Sep 2016 21:06:56 +0000 (16:06 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Mon, 5 Sep 2016 21:06:56 +0000 (16:06 -0500)
commitb3b7a5a16b4e3c5bdd8d378d95e0645ab16a9547
tree8e0166b33b269db054aadeb9d82f18b687492b88
parentf7e2ea2f333f166575dcf6e4ccadf7b3bff6c712
Issue #27748: Simplify test_winsound.

The tests no longer attempt to figure out if a soundcard or particular
system sounds are available.  Instead, it just tries everything and
accepts RuntimeError as a flavor of success.
Lib/test/check_soundcard.vbs [deleted file]
Lib/test/test_winsound.py