source: python/tests/test_aubio.py @ a2d628b

feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5sampleryinfft+
Last change on this file since a2d628b was 0b6d23d, checked in by Paul Brossier <piem@piem.org>, 8 years ago

python/tests: fix most prospect warnings

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