[py-svn] r34620 - py/dist/py/test

fijal at codespeak.net fijal at codespeak.net
Wed Nov 15 11:59:38 CET 2006


Author: fijal
Date: Wed Nov 15 11:59:36 2006
New Revision: 34620

Modified:
   py/dist/py/test/collect.py
Log:
Deholgerising


Modified: py/dist/py/test/collect.py
==============================================================================
--- py/dist/py/test/collect.py	(original)
+++ py/dist/py/test/collect.py	Wed Nov 15 11:59:36 2006
@@ -454,8 +454,8 @@
             name = "[%d]" % i
             #XXX name = "%s(%r)" %(call.__name__, str(args and args[0] or i)) # # XXX
             d[name] = self.Function(name, self, args, obj=call, sort_value = i)
-        return d 
-                
+        return d
+        
     def getcallargs(self, obj):
         if isinstance(obj, (tuple, list)):
             call, args = obj[0], obj[1:]



More information about the pytest-commit mailing list