source:
interfaces/python/test_aubio.py
@
b8aaaff
Last change on this file since b8aaaff was 4c01c0f, checked in by , 15 years ago | |
---|---|
|
|
File size: 235 bytes |
Rev | Line | |
---|---|---|
[146280a] | 1 | from numpy.testing import TestCase, run_module_suite |
[ae6e15c] | 2 | |
[146280a] | 3 | class aubiomodule_test_case(TestCase): |
[ae6e15c] | 4 | |
[4c01c0f] | 5 | def test_import(self): |
[ae6e15c] | 6 | """ try importing aubio """ |
[4c01c0f] | 7 | import aubio |
[146280a] | 8 | |
[ae6e15c] | 9 | if __name__ == '__main__': |
[146280a] | 10 | from unittest import main |
11 | main() | |
12 |
Note: See TracBrowser
for help on using the repository browser.