- The audio driver tests (test_ossaudiodev.py and

test_linuxaudiodev.py) are no longer run by default.  This is
  because they don't always work, depending on your hardware and
  software.  To run these tests, you must use an invocation like
    ./python Lib/test/regrtest.py -u audio test_ossaudiodev
This commit is contained in:
Guido van Rossum 2003-02-14 19:29:22 +00:00
parent 4ab8437e7f
commit 4507ec70cf
4 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,6 @@
from test import test_support
test_support.requires('audio')
from test.test_support import verbose, findfile, TestFailed, TestSkipped
import errno