summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_ossaudiodev.py
Commit message (Expand)AuthorAgeFilesLines
* If the audio file does not exist, the test should be skipped. Will backport.Neal Norwitz2006-01-051-1/+1
* SF #818006: merge from release24-maint branch: add useful read-onlyGreg Ward2005-03-071-4/+30
* On those systems lacking the AFMT_S16_NE symbol, the test was failingAndrew MacIntyre2003-07-021-1/+1
* Factor endian-ness check out of play_sound_file(), and fixGreg Ward2003-06-031-7/+12
* Renamed test_errors() to test_setparameters() and completely rewrote itGreg Ward2003-05-291-30/+54
* Order and number of arguments to setparameters() has changed.Greg Ward2003-05-291-24/+23
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-141-0/+3
* - be explicit: audio data files should be opened in binary modeFred Drake2003-01-081-2/+2
* Aesthetic tweakery: factor read_sound_file() out of play_sound_file().Greg Ward2002-12-101-5/+9
* Initial revision is rev 1.8 of test_linuxaudiodev.py, withGreg Ward2002-12-101-0/+89