Author: Carl Friedrich Bolz <[email protected]> Branch: Changeset: r91329:157a06a45851 Date: 2017-05-18 16:38 +0200 http://bitbucket.org/pypy/pypy/changeset/157a06a45851/
Log: a readme for the applevel tests in this dir diff --git a/pypy/module/test_lib_pypy/README.txt b/pypy/module/test_lib_pypy/README.txt new file mode 100644 --- /dev/null +++ b/pypy/module/test_lib_pypy/README.txt @@ -0,0 +1,4 @@ +This directory contains app-level tests are supposed to be run *after* +translation. So you run them by saying: + +pypy pytest.py <testfile.py> _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
