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
RevLine 
[146280a]1from numpy.testing import TestCase, run_module_suite
[9b23eb31]2from numpy.testing import assert_equal
[ae6e15c]3from _aubio import *
4from numpy import array
5
[146280a]6class aubiomodule_test_case(TestCase):
[ae6e15c]7
8  def setUp(self):
9    """ try importing aubio """
10
[146280a]11
[ae6e15c]12if __name__ == '__main__':
[146280a]13  from unittest import main
14  main()
15
Note: See TracBrowser for help on using the repository browser.