mirror of
https://github.com/larsimmisch/pyalsaaudio.git
synced 2026-05-22 22:52:33 +00:00
Move towards python 3
This commit is contained in:
6
test.py
6
test.py
@@ -1,11 +1,11 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
# These are internal test. They shouldn't fail, but they don't cover all
|
||||
# of the ALSA API. Most of all PCM.read and PCM.write are missing.
|
||||
# These are internal tests. They shouldn't fail, but they don't cover all
|
||||
# of the ALSA API. Most importantly PCM.read and PCM.write are missing.
|
||||
# These need to be tested by playbacktest.py and recordtest.py
|
||||
|
||||
# In case of a problem, run these tests. If they fail, file a bug report on
|
||||
# http://sourceforge.net/projects/pyalsaaudio
|
||||
# http://github.com/larsimmisch/pyalsaaudio/issues
|
||||
|
||||
import unittest
|
||||
import alsaaudio
|
||||
|
||||
Reference in New Issue
Block a user