summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sunaudiodev.py
Commit message (Collapse)AuthorAgeFilesLines
* Catch sunaudiodev.error on open() and re-raise TestFailed exception.Barry Warsaw1997-01-131-3/+7
|
* Oops, remove debugging statementsBarry Warsaw1997-01-131-1/+0
|
* A slightly better test of sunaudiodev module. Include the audio dataBarry Warsaw1997-01-131-22/+9
| | | | in the distribution.
* Test of the sunaudiodev module -- it simply plays a sound if it canBarry Warsaw1997-01-071-0/+38
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.