source: interfaces/python/test_aubio.py @ 474f297

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

interfaces/python: start updating tests for mono

  • Property mode set to 100644
File size: 296 bytes
Line 
1from numpy.testing import TestCase, run_module_suite
2from numpy.testing import assert_equal
3from _aubio import *
4from numpy import array
5
6class aubiomodule_test_case(TestCase):
7
8  def setUp(self):
9    """ try importing aubio """
10
11
12if __name__ == '__main__':
13  from unittest import main
14  main()
15
Note: See TracBrowser for help on using the repository browser.