projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229ea56
)
python/test: added simple python unit test model
author
Paul Brossier
<piem@piem.org>
Mon, 17 Sep 2007 00:34:47 +0000
(
02:34
+0200)
committer
Paul Brossier
<piem@piem.org>
Mon, 17 Sep 2007 00:34:47 +0000
(
02:34
+0200)
python/test/all_tests.py
patch
|
blob
|
history
diff --git
a/python/test/all_tests.py
b/python/test/all_tests.py
index e0bb247fbffac95fa0b50bf49624b4f4d6ccd90a..4024f3f60a35158f147b5793c0fec59a1d6c73a6 100755
(executable)
--- a/
python/test/all_tests.py
+++ b/
python/test/all_tests.py
@@
-8,7
+8,7
@@
sys.path.append(os.path.join('..','aubio','.libs'))
import unittest
-modules_to_test =
('aubiomodule')
+modules_to_test =
['aubiomodule']
if __name__ == '__main__':
for module in modules_to_test: exec('from %s import *' % module)