summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sunaudiodev.py
Commit message (Collapse)AuthorAgeFilesLines
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-231-14/+1
|
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-15/+15
|
* Make this test work when imported from the interpreter instead of runGuido van Rossum1998-01-291-1/+6
| | | | from regrtest.py (it still works there too, of course).
* 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.