[pypy-svn] r52844 - pypy/dist/pypy/lib/app_test/ctypes

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Mar 22 22:00:32 CET 2008


Author: cfbolz
Date: Sat Mar 22 22:00:29 2008
New Revision: 52844

Added:
   pypy/dist/pypy/lib/app_test/ctypes/test_keeprefs.py
      - copied, changed from r52827, pypy/dist/pypy/lib/ctypes/test/test_keeprefs.py
Modified:
   pypy/dist/pypy/lib/app_test/ctypes/description.txt
Log:
port test. tests implementation details in my opinion


Modified: pypy/dist/pypy/lib/app_test/ctypes/description.txt
==============================================================================
--- pypy/dist/pypy/lib/app_test/ctypes/description.txt	(original)
+++ pypy/dist/pypy/lib/app_test/ctypes/description.txt	Sat Mar 22 22:00:29 2008
@@ -4,7 +4,7 @@
 test_errcheck.py  # empty
 test_init.py      # obscure
 test_internals.py # uses gc.getrefcounts
-test_keeprefs.py
+test_keeprefs.py  # implementation details: ._objects
 test_libc.py
 test_loading.py
 test_macholib.py  # OS X specific



More information about the Pypy-commit mailing list