summaryrefslogtreecommitdiff
path: root/Lib/test/test_linuxaudiodev.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-8/+8
* #7092: silence py3k warnings for deprecated modulesEzio Melotti2010-01-301-2/+3
* Reverting the Revision: 77368. I committed Flox's big patch for tests bySenthil Kumaran2010-01-081-3/+2
* Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...Senthil Kumaran2010-01-081-2/+3
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* The linuxaudidev module has been deprecated for removal in Python 3.0.Brett Cannon2008-05-111-1/+1
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-4/+0
* Catch the correct errors.Georg Brandl2007-08-241-1/+1
* Convert test_linuxaudiodev to unittest. Fix a wrong finally clause in test_os...Georg Brandl2007-08-241-67/+77
* If the audio file does not exist, the test should be skipped. Will backport.Neal Norwitz2006-01-051-1/+1
* - The audio driver tests (test_ossaudiodev.py andGuido van Rossum2003-02-141-0/+3
* 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