]> granicus.if.org Git - python/commit
Test of the sunaudiodev module -- it simply plays a sound if it can
authorBarry Warsaw <barry@python.org>
Tue, 7 Jan 1997 21:05:29 +0000 (21:05 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 7 Jan 1997 21:05:29 +0000 (21:05 +0000)
commit5bc697dd31afa898ddae9d0919b50e94f3426148
tree091ce101992a2208c93b927efc12cbb73a932d16
parentdce1005908c197d5887692c73a5364e3c426412e
Test of the sunaudiodev module -- it simply plays a sound if it can
find one and doesn't output any data that can be verified.  If it
can't find a sound file by looking in the standard Solaris locations
(which we can extend later), it raises an ImportError.
Lib/test/output/test_sunaudiodev [new file with mode: 0644]
Lib/test/test_sunaudiodev.py [new file with mode: 0644]