feature/autosinkfeature/cnnfeature/cnn_orgfeature/constantqfeature/crepefeature/crepe_orgfeature/pitchshiftfeature/pydocstringsfeature/timestretchfix/ffmpeg5pitchshiftsamplertimestretchyinfft+
Last change
on this file since 1a74ac3 was
4c01c0f,
checked in by Paul Brossier <piem@piem.org>, 15 years ago
|
test_*.py: use aubio module
|
-
Property mode set to
100644
|
File size:
235 bytes
|
Line | |
---|
1 | from numpy.testing import TestCase, run_module_suite |
---|
2 | |
---|
3 | class aubiomodule_test_case(TestCase): |
---|
4 | |
---|
5 | def test_import(self): |
---|
6 | """ try importing aubio """ |
---|
7 | import aubio |
---|
8 | |
---|
9 | if __name__ == '__main__': |
---|
10 | from unittest import main |
---|
11 | main() |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.