source: python/test_aubio.py @ 25c9f9a

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change on this file since 25c9f9a was 25c9f9a, checked in by Paul Brossier <piem@piem.org>, 11 years ago

move new python module to the top

  • Property mode set to 100755
File size: 259 bytes
Line 
1#! /usr/bin/env python
2
3from numpy.testing import TestCase, run_module_suite
4
5class aubiomodule_test_case(TestCase):
6
7  def test_import(self):
8    """ try importing aubio """
9    import aubio 
10
11if __name__ == '__main__':
12  from unittest import main
13  main()
14
Note: See TracBrowser for help on using the repository browser.