summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_linuxaudiodev.py
Commit message (Expand)AuthorAgeFilesLines
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* don't fail if the audio device is busy, just skip.Anthony Baxter2002-04-231-1/+1
* It seems our sound cards can't play mulaw data. Use native-formatGuido van Rossum2000-10-081-1/+12
* test_linuxaudio:Jeremy Hylton2000-10-061-4/+59
* Oooopsss.....tab and space mismatch corrected.Moshe Zadka2000-08-041-2/+2
* Raise TestSkipped, not ImportError.Moshe Zadka2000-08-041-2/+2
* In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't thereMoshe Zadka2000-08-041-0/+3
* Added test for linnuxaudiodev module; directly adapted from sunaudiodevFred Drake2000-06-101-0/+20