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