summaryrefslogtreecommitdiff
path: root/Lib/test/test_sunaudiodev.py
Commit message (Expand)AuthorAgeFilesLines
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+3
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.Brett Cannon2008-05-161-2/+2
* Add test_main() functions to various tests where it was simple to do. Done soBrett Cannon2008-03-031-2/+6
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* If the sunaudiodev module is available but we cannot find an audioFred Drake2001-04-141-1/+9
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-1/+1
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Move unified findfile() into test_support.pyGuido van Rossum1998-04-231-14/+1
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-261-15/+15
* Make this test work when imported from the interpreter instead of runGuido van Rossum1998-01-291-1/+6
* Catch sunaudiodev.error on open() and re-raise TestFailed exception.Barry Warsaw1997-01-131-3/+7
* Oops, remove debugging statementsBarry Warsaw1997-01-131-1/+0
* A slightly better test of sunaudiodev module. Include the audio dataBarry Warsaw1997-01-131-22/+9
* Test of the sunaudiodev module -- it simply plays a sound if it canBarry Warsaw1997-01-071-0/+38