Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move unified findfile() into test_support.py | Guido van Rossum | 1998-04-23 | 1 | -14/+1 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -15/+15 |
| | |||||
* | Make this test work when imported from the interpreter instead of run | Guido van Rossum | 1998-01-29 | 1 | -1/+6 |
| | | | | from regrtest.py (it still works there too, of course). | ||||
* | Catch sunaudiodev.error on open() and re-raise TestFailed exception. | Barry Warsaw | 1997-01-13 | 1 | -3/+7 |
| | |||||
* | Oops, remove debugging statements | Barry Warsaw | 1997-01-13 | 1 | -1/+0 |
| | |||||
* | A slightly better test of sunaudiodev module. Include the audio data | Barry Warsaw | 1997-01-13 | 1 | -22/+9 |
| | | | | in the distribution. | ||||
* | Test of the sunaudiodev module -- it simply plays a sound if it can | Barry Warsaw | 1997-01-07 | 1 | -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. |