Author: Brian Kearns <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to