]> granicus.if.org Git - python/commit
- The audio driver tests (test_ossaudiodev.py and
authorGuido van Rossum <guido@python.org>
Fri, 14 Feb 2003 19:29:22 +0000 (19:29 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Feb 2003 19:29:22 +0000 (19:29 +0000)
commit4507ec70cff35468f4b1767382f38ecebd4a29a2
tree3374d3b0a6926b1900b0a8ab92df0e546e5c27b0
parent4ab8437e7fefc42056d052a77cada686c0ce33f6
- 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
Lib/test/regrtest.py
Lib/test/test_linuxaudiodev.py
Lib/test/test_ossaudiodev.py
Misc/NEWS