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

briandorsey at codespeak.net briandorsey at codespeak.net
Sat Mar 19 19:43:04 CET 2005


Author: briandorsey
Date: Sat Mar 19 19:43:03 2005
New Revision: 9904

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
Added new passing tests, fixed missing '.py' for test_call.py



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	Sat Mar 19 19:43:03 2005
@@ -29,7 +29,8 @@
 'test_binop.py',
 'test_bisect.py',
 'test_builtin.py',
-'test_call',
+'test_call.py',
+'test_cgi.py',
 'test_cmath.py',
 'test_codeop.py',
 'test_commands.py',
@@ -41,6 +42,7 @@
 'test_operator.py',
 'test_pprint.py',
 'test_sgmllib.py',
+'test_string.py',
 'test_sys.py',
 'test_textwrap.py',
 'test_urlparse.py',



More information about the Pypy-commit mailing list