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

amcintyre at codespeak.net amcintyre at codespeak.net
Sat Mar 19 19:29:49 CET 2005


Author: amcintyre
Date: Sat Mar 19 19:29:49 2005
New Revision: 9902

Modified:
   pypy/dist/lib-python-2.3.4/test/conftest.py
Log:
Added test_cmath.py to working unit 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	Sat Mar 19 19:29:49 2005
@@ -30,6 +30,7 @@
 'test_bisect.py',
 'test_builtin.py',
 'test_call',
+'test_cmath.py',
 'test_codeop.py',
 'test_commands.py',
 'test_compare.py',



More information about the Pypy-commit mailing list