[pypy-svn] r11436 - pypy/dist/pypy/module/recparser

ludal at codespeak.net ludal at codespeak.net
Mon Apr 25 19:02:57 CEST 2005


Author: ludal
Date: Mon Apr 25 19:02:57 2005
New Revision: 11436

Added:
   pypy/dist/pypy/module/recparser/conftest.py
Log:
* disable all tests temporarily


Added: pypy/dist/pypy/module/recparser/conftest.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/module/recparser/conftest.py	Mon Apr 25 19:02:57 2005
@@ -0,0 +1,7 @@
+
+import py.test.collect
+
+class Directory(py.test.collect.Directory):
+    def run(self):
+        return []
+



More information about the Pypy-commit mailing list