source: interfaces/python/test_aubio.py @ 42e6a5e

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

interfaces/python/test_*.py: make executables

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