feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 288c193 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
|
Line | |
---|
1 | #! /usr/bin/env python |
---|
2 | |
---|
3 | from unittest import main |
---|
4 | from numpy.testing import TestCase |
---|
5 | |
---|
6 | class aubiomodule_test_case(TestCase): |
---|
7 | |
---|
8 | def test_import(self): |
---|
9 | """ try importing aubio """ |
---|
10 | import aubio |
---|
11 | |
---|
12 | if __name__ == '__main__': |
---|
13 | main() |
---|
14 | |
---|
Note: See
TracBrowser
for help on using the repository browser.