ref: 03c345091613b0328b328fe2861a497c091d8bc4
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()