提交 7d7984b8 编写于 作者: L Luo Tao

add test for libsndfile installation

上级 c7676286
"""Test Setup."""
import unittest
class TestSetup(unittest.TestCase):
# test the installation of libsndfile library
def test_soundfile(self):
import soundfile
if __name__ == '__main__':
unittest.main()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册