[pypy-svn] r9916 - pypy/dist/lib-python-2.3.4/test

arigo at codespeak.net arigo at codespeak.net
Sun Mar 20 01:49:25 CET 2005


Author: arigo
Date: Sun Mar 20 01:49:25 2005
New Revision: 9916

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
more passing CPython tests.

Modified: pypy/dist/lib-python-2.3.4/test/conftest.py
==============================================================================
--- pypy/dist/lib-python-2.3.4/test/conftest.py	(original)
+++ pypy/dist/lib-python-2.3.4/test/conftest.py	Sun Mar 20 01:49:25 2005
@@ -37,7 +37,10 @@
 'test_commands.py',
 'test_compare.py',
 'test_compile.py',
+'test_dis.py',
+'test_hash.py',
 'test_heapq.py',
+'test_hexoct.py',
 'test_htmllib.py',
 'test_htmlparser.py',
 'test_isinstance.py',



More information about the Pypy-commit mailing list