Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
923ba361d8f757f0656cfd216525aca4848e02aa
/
Lib
/
test
/
test_linuxaudiodev.py
bec087f
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
by Benjamin Peterson
· 16 years ago
888a39b
remove test_support.TestSkipped and just use unittest.SkipTest
by Benjamin Peterson
· 16 years ago
df0a717
The linuxaudidev module has been deprecated for removal in Python 3.0.
by Brett Cannon
· 17 years ago
c5f05e4
Patch #2167 from calvin: Remove unused imports
by Christian Heimes
· 17 years ago
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