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