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