Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a26c73ed5542173f30fc92a5892de11f70c2b546
/
Lib
/
test
/
test_ossaudiodev.py
1b2f62d
Catch IOError for when the device file doesn't exist or the user doesn't have
by Neal Norwitz
· 18 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
e7445de
Remove output file for test_ossaudiodev, also properly close the dsp object.
by Georg Brandl
· 18 years ago
cf795b4
Fix an issue related to the unittest conversion.
by Collin Winter
· 18 years ago
fb5b989
Convert test_ossaudiodev to use unittest.
by Collin Winter
· 18 years ago
813669f
Fix a bug in the messages for an assert failure where not enough arguments to a string
by Brett Cannon
· 19 years ago
4d16b91
Don't use standard assert: want tests to fail even when run with -O.
by Greg Ward
· 19 years ago
7802af4
Be a lot smarter about whether this test passes: instead of assuming
by Greg Ward
· 19 years ago
c6d1f91
If the audio file does not exist, the test should be skipped. Will backport.
by Neal Norwitz
· 20 years ago
50682d0
SF #818006: merge from release24-maint branch: add useful read-only
by Greg Ward
· 20 years ago
348c261
On those systems lacking the AFMT_S16_NE symbol, the test was failing
by Andrew MacIntyre
· 22 years ago
8a709b3
Factor endian-ness check out of play_sound_file(), and fix
by Greg Ward
· 22 years ago
4f12d46
Renamed test_errors() to test_setparameters() and completely rewrote it
by Greg Ward
· 22 years ago
080c110
Order and number of arguments to setparameters() has changed.
by Greg Ward
· 22 years ago
4507ec7
- The audio driver tests (test_ossaudiodev.py and
by Guido van Rossum
· 22 years ago
7511bd9
- be explicit: audio data files should be opened in binary mode
by Fred Drake
· 23 years ago
55a8790
Aesthetic tweakery: factor read_sound_file() out of play_sound_file().
by Greg Ward
· 23 years ago
36dacfa
Initial revision is rev 1.8 of test_linuxaudiodev.py, with
by Greg Ward
· 23 years ago