diff test.py @ 202:6ea5dcf0541e

Branch merge.
author Arnaud Bergeron <abergeron@gmail.com>
date Wed, 03 Mar 2010 16:52:10 -0500
parents 92c9a6c48ce9 92ee9896020d
children
line wrap: on
line diff
--- a/test.py	Wed Mar 03 16:46:16 2010 -0500
+++ b/test.py	Wed Mar 03 16:52:10 2010 -0500
@@ -2,7 +2,6 @@
 
 def runTests():
     import ift6266
-    predefs = ift6266.__dict__
     for (_, name, ispkg) in pkgutil.walk_packages(ift6266.__path__, ift6266.__name__+'.'):
         if not ispkg:
             if name.startswith('ift6266.scripts.') or \
@@ -11,6 +10,7 @@
                         'ift6266.data_generation.transformations.testmod',
                         'ift6266.data_generation.transformations.gimp_script']:
                 continue
+            test(name)
 
 def test(name):
     import ift6266