[pypy-svn] r50710 - in pypy/dist/pypy/lib: _ctypes/test ctypes/test

arigo at codespeak.net arigo at codespeak.net
Thu Jan 17 17:17:58 CET 2008


Author: arigo
Date: Thu Jan 17 17:17:57 2008
New Revision: 50710

Added:
   pypy/dist/pypy/lib/ctypes/test/conftest.py   (contents, props changed)
Removed:
   pypy/dist/pypy/lib/_ctypes/test/
Log:
Kill old tests.  Skip the original (unported) ctypes tests.


Added: pypy/dist/pypy/lib/ctypes/test/conftest.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/lib/ctypes/test/conftest.py	Thu Jan 17 17:17:57 2008
@@ -0,0 +1,8 @@
+"""These are the original ctypes tests.
+You can try to run them with 'pypy-c runtests.py'."""
+
+import py
+
+class Directory(py.test.collect.Directory):
+    def run(self):
+        py.test.skip(__doc__)



More information about the Pypy-commit mailing list