Author: Gregor Wegberg <[email protected]>
Branch: latest-improve-doc
Changeset: r70446:692496e00c80
Date: 2014-04-03 10:18 +0200
http://bitbucket.org/pypy/pypy/changeset/692496e00c80/
Log: Fixed path to lib_pypy tests. Not sure if the whole section still
makes sense.
lib_pypy/pypy_tests/ was moved in
8b504e234b7c2b45015305117354b1eb8e5acdd8 (PR #113)
diff --git a/pypy/doc/coding-guide.rst b/pypy/doc/coding-guide.rst
--- a/pypy/doc/coding-guide.rst
+++ b/pypy/doc/coding-guide.rst
@@ -742,9 +742,9 @@
Testing modules in ``lib_pypy/``
--------------------------------
-You can go to the `lib_pypy/pypy_test/`_ directory and invoke the testing tool
+You can go to the `pypy/module/test_lib_pypy/`_ directory and invoke the
testing tool
("py.test" or "python ../../pypy/test_all.py") to run tests against the
-lib_pypy hierarchy. Note, that tests in `lib_pypy/pypy_test/`_ are allowed
+lib_pypy hierarchy. Note, that tests in `pypy/module/test_lib_pypy/`_ are
allowed
and encouraged to let their tests run at interpreter level although
`lib_pypy/`_ modules eventually live at PyPy's application level.
This allows us to quickly test our python-coded reimplementations
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit