[py-svn] r32302 - py/dist/py/documentation

briandorsey at codespeak.net briandorsey at codespeak.net
Thu Sep 14 12:49:19 CEST 2006


Author: briandorsey
Date: Thu Sep 14 12:49:17 2006
New Revision: 32302

Modified:
   py/dist/py/documentation/test.txt
Log:
Add some links to the distributed test docs.


Modified: py/dist/py/documentation/test.txt
==============================================================================
--- py/dist/py/documentation/test.txt	(original)
+++ py/dist/py/documentation/test.txt	Thu Sep 14 12:49:17 2006
@@ -703,7 +703,7 @@
 collection and reporting duties into two separate classes. 
 
 There is one master and one or more nodes. At start up, the master connects to
-each node using ``py.execnet`` and copies the tests and all specified python
+each node using `py.execnet`_ and copies the tests and all specified python
 packages to all nodes. Once all of the files have been transferred, the master
 begins to collect all of the tests and immediately sends test item
 descriptions. Each node has a local queue of tests to run, and begins to
@@ -713,6 +713,8 @@
 
 Two reporters are available, command line and web based. 
 
+.. _`py.execnet`: execnet.html
+
 Differences from local tests
 ----------------------------
 
@@ -746,13 +748,16 @@
 Development Notes
 -----------------
 
-Changing the behavior of the web based reporter requires pypy since the
+Changing the behavior of the web based reporter requires `pypy`_ since the
 javascript is actually generated fom rpython source.
 
 At some point it would be good to split the default collection process into a
 separate collector and reporter as well. This would all the web based reporter
 to be used locally.
 
+.. _`pypy`: http://codespeak.net/pypy
+
+
 Future/Planned Features of py.test 
 ==================================
 



More information about the pytest-commit mailing list