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