Author: Alexander Hesse <[email protected]> Branch: split-rpython Changeset: r59803:a3ebad4b3e13 Date: 2013-01-06 06:48 +0100 http://bitbucket.org/pypy/pypy/changeset/a3ebad4b3e13/
Log: Moved rpython tests to rpython diff --git a/pypy/tool/test/test_cache.py b/rpython/rlib/test/test_cache.py rename from pypy/tool/test/test_cache.py rename to rpython/rlib/test/test_cache.py diff --git a/pypy/module/thread/test/test_rthread.py b/rpython/rlib/test/test_rthread.py rename from pypy/module/thread/test/test_rthread.py rename to rpython/rlib/test/test_rthread.py diff --git a/pypy/tool/test/test_descriptor.py b/rpython/tool/test/test_descriptor.py rename from pypy/tool/test/test_descriptor.py rename to rpython/tool/test/test_descriptor.py diff --git a/pypy/tool/test/test_error.py b/rpython/tool/test/test_error.py rename from pypy/tool/test/test_error.py rename to rpython/tool/test/test_error.py diff --git a/pypy/tool/test/test_frozenlist.py b/rpython/tool/test/test_frozenlist.py rename from pypy/tool/test/test_frozenlist.py rename to rpython/tool/test/test_frozenlist.py diff --git a/pypy/tool/test/test_identitydict.py b/rpython/tool/test/test_identitydict.py rename from pypy/tool/test/test_identitydict.py rename to rpython/tool/test/test_identitydict.py diff --git a/pypy/tool/test/test_killsubprocess.py b/rpython/tool/test/test_killsubprocess.py rename from pypy/tool/test/test_killsubprocess.py rename to rpython/tool/test/test_killsubprocess.py diff --git a/pypy/tool/test/test_leakfinder.py b/rpython/tool/test/test_leakfinder.py rename from pypy/tool/test/test_leakfinder.py rename to rpython/tool/test/test_leakfinder.py diff --git a/pypy/tool/test/test_logparser.py b/rpython/tool/test/test_logparser.py rename from pypy/tool/test/test_logparser.py rename to rpython/tool/test/test_logparser.py diff --git a/pypy/tool/test/test_nullpath.py b/rpython/tool/test/test_nullpath.py rename from pypy/tool/test/test_nullpath.py rename to rpython/tool/test/test_nullpath.py diff --git a/pypy/tool/test/test_pairtype.py b/rpython/tool/test/test_pairtype.py rename from pypy/tool/test/test_pairtype.py rename to rpython/tool/test/test_pairtype.py diff --git a/pypy/tool/test/test_runsubprocess.py b/rpython/tool/test/test_runsubprocess.py rename from pypy/tool/test/test_runsubprocess.py rename to rpython/tool/test/test_runsubprocess.py diff --git a/pypy/tool/test/test_sourcetools.py b/rpython/tool/test/test_sourcetools.py rename from pypy/tool/test/test_sourcetools.py rename to rpython/tool/test/test_sourcetools.py diff --git a/pypy/tool/test/test_udir.py b/rpython/tool/test/test_udir.py rename from pypy/tool/test/test_udir.py rename to rpython/tool/test/test_udir.py _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
