[pypy-svn] r10744 - pypy/branch/pycollect-dist-pypy/pypy/lib/test2

hpk at codespeak.net hpk at codespeak.net
Sat Apr 16 21:15:55 CEST 2005


Author: hpk
Date: Sat Apr 16 21:15:55 2005
New Revision: 10744

Modified:
   pypy/branch/pycollect-dist-pypy/pypy/lib/test2/conftest.py
Log:
"fix" aehem


Modified: pypy/branch/pycollect-dist-pypy/pypy/lib/test2/conftest.py
==============================================================================
--- pypy/branch/pycollect-dist-pypy/pypy/lib/test2/conftest.py	(original)
+++ pypy/branch/pycollect-dist-pypy/pypy/lib/test2/conftest.py	Sat Apr 16 21:15:55 2005
@@ -27,8 +27,8 @@
     return UnittestModuleOnCPython(fspath, parent=parent) 
 
 class Directory(conftest.Directory): 
-    def __iter__(self): 
-        return iter([])
+    def run(self): 
+        return []
 
 class UnittestModuleOnCPython(py.test.collect.Module): 
     def _prepare(self): 



More information about the Pypy-commit mailing list