Revision: 336
Author:   alain001
Date:     2006-08-07 12:04:31 -0700 (Mon, 07 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/rpy/?rev=336&view=rev

Log Message:
-----------
Better filtering of module names

Modified Paths:
--------------
    trunk/rpy/tests/testall.py
Modified: trunk/rpy/tests/testall.py
===================================================================
--- trunk/rpy/tests/testall.py  2006-08-07 15:05:18 UTC (rev 335)
+++ trunk/rpy/tests/testall.py  2006-08-07 19:04:31 UTC (rev 336)
@@ -21,6 +21,7 @@
 
     modules = filter( lambda x: not x.endswith('.pyc'), modules)
     modules = filter( lambda x: x.startswith('test_'), modules)
+    modules = filter( lambda x: x.endswith('.py'), modules)
     
     for module in modules:
         print 'Testing:', module[5:-3]


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
rpy-list mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to