ref: b3130e2c76531d254927bfae6b56c9244dbe9bec
dir: /interfaces/python/test_aubio.py/
from numpy.testing import TestCase, run_module_suite from numpy.testing import assert_equal from _aubio import * from numpy import array class aubiomodule_test_case(TestCase): def setUp(self): """ try importing aubio """ if __name__ == '__main__': from unittest import main main()