[pypy-commit] pypy default: move the pyrepl tests to test_lib_pypy so they have a hope of being executed

bdkearns noreply at buildbot.pypy.org
Mon Feb 11 07:52:52 CET 2013


Author: Brian Kearns <bdkearns at gmail.com>
Branch: 
Changeset: r61058:8f0c8d10c0cd
Date: 2013-02-11 00:12 -0500
http://bitbucket.org/pypy/pypy/changeset/8f0c8d10c0cd/

Log:	move the pyrepl tests to test_lib_pypy so they have a hope of being
	executed

diff --git a/lib_pypy/pyrepl/tests/__init__.py b/pypy/module/test_lib_pypy/pyrepl/__init__.py
rename from lib_pypy/pyrepl/tests/__init__.py
rename to pypy/module/test_lib_pypy/pyrepl/__init__.py
diff --git a/lib_pypy/pyrepl/tests/infrastructure.py b/pypy/module/test_lib_pypy/pyrepl/infrastructure.py
rename from lib_pypy/pyrepl/tests/infrastructure.py
rename to pypy/module/test_lib_pypy/pyrepl/infrastructure.py
diff --git a/lib_pypy/pyrepl/tests/basic.py b/pypy/module/test_lib_pypy/pyrepl/test_basic.py
rename from lib_pypy/pyrepl/tests/basic.py
rename to pypy/module/test_lib_pypy/pyrepl/test_basic.py
diff --git a/lib_pypy/pyrepl/tests/bugs.py b/pypy/module/test_lib_pypy/pyrepl/test_bugs.py
rename from lib_pypy/pyrepl/tests/bugs.py
rename to pypy/module/test_lib_pypy/pyrepl/test_bugs.py
diff --git a/lib_pypy/pyrepl/test/test_functional.py b/pypy/module/test_lib_pypy/pyrepl/test_functional.py
rename from lib_pypy/pyrepl/test/test_functional.py
rename to pypy/module/test_lib_pypy/pyrepl/test_functional.py
diff --git a/lib_pypy/pyrepl/tests/wishes.py b/pypy/module/test_lib_pypy/pyrepl/test_wishes.py
rename from lib_pypy/pyrepl/tests/wishes.py
rename to pypy/module/test_lib_pypy/pyrepl/test_wishes.py


More information about the pypy-commit mailing list