[pypy-svn] r56521 - in pypy/dist: lib-python lib-python/modified-2.4.1/test pypy/lib/test2

hpk at codespeak.net hpk at codespeak.net
Sun Jul 13 19:23:00 CEST 2008


Author: hpk
Date: Sun Jul 13 19:23:00 2008
New Revision: 56521

Added:
   pypy/dist/lib-python/modified-2.4.1/test/test_hashlib.py
      - copied unchanged from r56513, pypy/dist/pypy/lib/test2/test_hashlib.py
Removed:
   pypy/dist/pypy/lib/test2/test_hashlib.py
Modified:
   pypy/dist/lib-python/conftest.py
Log:
hruskec: in pypy/lib/test2 we keep only extra tests and they need to be py.test style.  So I moved the test 
to a more appropriate place. 


Modified: pypy/dist/lib-python/conftest.py
==============================================================================
--- pypy/dist/lib-python/conftest.py	(original)
+++ pypy/dist/lib-python/conftest.py	Sun Jul 13 19:23:00 2008
@@ -511,7 +511,7 @@
     RegrTest('test_gzip.py', enabled=False, dumbtest=1),
     RegrTest('test_hash.py', enabled=True, core=True),
     RegrTest('test_hashlib.py', enabled=True, core=True),
-        # test_hashlib is stripped down, originates from 2.5 
+        # test_hashlib comes from 2.5 
     
     RegrTest('test_heapq.py', enabled=True, core=True),
     RegrTest('test_hexoct.py', enabled=True, core=True),



More information about the Pypy-commit mailing list