[py-svn] r36287 - py/branch/rsession-cleanup/py/documentation

fijal at codespeak.net fijal at codespeak.net
Mon Jan 8 17:02:28 CET 2007


Author: fijal
Date: Mon Jan  8 17:02:25 2007
New Revision: 36287

Modified:
   py/branch/rsession-cleanup/py/documentation/test.txt
Log:
Updated a bit.


Modified: py/branch/rsession-cleanup/py/documentation/test.txt
==============================================================================
--- py/branch/rsession-cleanup/py/documentation/test.txt	(original)
+++ py/branch/rsession-cleanup/py/documentation/test.txt	Mon Jan  8 17:02:25 2007
@@ -713,17 +713,15 @@
 distributed at the function and method level. As tests are completed, each node
 reports the results back to the ``Reporter`` on the master.
 
-Two reporters are available, command line and web based. 
+Three reporters are available, command line, rest output and ajaxy web based. 
 
 .. _`py.execnet`: execnet.html
 
 Differences from local tests
 ----------------------------
 
-* The only working command line options are ``--session=R``, ``-x`` and ``-k``.
 * Test order is *not* guaranteed.
-* ``-x`` is currently not working in the web reporter.
-* Hanging nodes or tests are not detected. 
+* Hanging nodes or tests are not detected properly.
 * ``conftest.py`` cannot reference files outside of the copied packages.
 
 Configuration
@@ -773,7 +771,6 @@
 .. _`pypy`: http://codespeak.net/pypy
 .. _`L/Rsession document`: test-distributed.html
 
-
 Future/Planned Features of py.test 
 ==================================
 



More information about the pytest-commit mailing list