[pypy-svn] r74969 - in pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy: app_test test2

antocuni at codespeak.net antocuni at codespeak.net
Mon May 31 14:22:32 CEST 2010


Author: antocuni
Date: Mon May 31 14:22:31 2010
New Revision: 74969

Added:
   pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/app_test/test_collections.py
      - copied, changed from r74962, pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/test2/test_collections.py
Removed:
   pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/test2/test_collections.py
Log:
move test_collections to app_test, as it contains only direct tests (the
naming is confusing here: test2 contains app-level tests, while app_test
contains direct tests. app_test will be renamed later)



Copied: pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/app_test/test_collections.py (from r74962, pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/test2/test_collections.py)
==============================================================================
--- pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/test2/test_collections.py	(original)
+++ pypy/branch/sys-prefix/lib/pypy1.2/lib_pypy/app_test/test_collections.py	Mon May 31 14:22:31 2010
@@ -1,4 +1,5 @@
-from pypy.lib import collections
+from __future__ import absolute_import
+from .. import collections
 import py
 
 def test_deque_remove_empty():



More information about the Pypy-commit mailing list