Author: Matti Picus <[email protected]> Branch: Changeset: r94519:d728dfde7dc1 Date: 2018-05-09 21:35 +0300 http://bitbucket.org/pypy/pypy/changeset/d728dfde7dc1/
Log: document more test requirments diff --git a/pypy/doc/contributing.rst b/pypy/doc/contributing.rst --- a/pypy/doc/contributing.rst +++ b/pypy/doc/contributing.rst @@ -293,7 +293,8 @@ You will need the `build requirements`_ to run tests successfully, since many of them compile little pieces of PyPy and then run the tests inside that minimal -interpreter +interpreter. The `cpyext` tests also require `pycparser`, and many tests build +cases with `hypothesis`. Now on to running some tests. PyPy has many different test directories and you can use shell completion to point at directories or files:: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
