python/test: added simple python unit test model
authorPaul Brossier <piem@piem.org>
Mon, 17 Sep 2007 00:34:47 +0000 (02:34 +0200)
committerPaul Brossier <piem@piem.org>
Mon, 17 Sep 2007 00:34:47 +0000 (02:34 +0200)
python/test/all_tests.py

index e0bb247fbffac95fa0b50bf49624b4f4d6ccd90a..4024f3f60a35158f147b5793c0fec59a1d6c73a6 100755 (executable)
@@ -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)