Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
16570f59caecde43b13b0e5f4c9328e4ceded544
/
Lib
/
test
/
test_linuxaudiodev.py
ff9b963
Catch the correct errors.
by Georg Brandl
· 18 years ago
fe3b4b9
Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_ossaudiodev.
by Georg Brandl
· 18 years ago
c6d1f91
If the audio file does not exist, the test should be skipped. Will backport.
by Neal Norwitz
· 20 years ago
4507ec7
- The audio driver tests (test_ossaudiodev.py and
by Guido van Rossum
· 22 years ago
04f357c
Get rid of relative imports in all unittests. Now anything that
by Barry Warsaw
· 23 years ago
4ce6b35
don't fail if the audio device is busy, just skip. SF patch 545486
by Anthony Baxter
· 23 years ago
923ebe4
It seems our sound cards can't play mulaw data. Use native-format
by Guido van Rossum
· 25 years ago
e2b7c4d
test_linuxaudio:
by Jeremy Hylton
· 25 years ago
92a6913
Oooopsss.....tab and space mismatch corrected.
by Moshe Zadka
· 25 years ago
040c17f
Raise TestSkipped, not ImportError. Honesty's the best policy.
by Moshe Zadka
· 25 years ago
323a508
In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there
by Moshe Zadka
· 25 years ago
1f2d464
Added test for linnuxaudiodev module; directly adapted from sunaudiodev
by Fred Drake
· 25 years ago