[py-svn] r36951 - py/branch/config/py/doc

hpk at codespeak.net hpk at codespeak.net
Thu Jan 18 17:02:49 CET 2007


Author: hpk
Date: Thu Jan 18 17:02:48 2007
New Revision: 36951

Modified:
   py/branch/config/py/doc/test.txt
Log:
streamline description of dist-options a bit
(maciej: i think we should avoid 
at least to advertise 'import_pypy', 
it's really only used internally, isn't it?) 


Modified: py/branch/config/py/doc/test.txt
==============================================================================
--- py/branch/config/py/doc/test.txt	(original)
+++ py/branch/config/py/doc/test.txt	Thu Jan 18 17:02:48 2007
@@ -669,18 +669,14 @@
 
 The options that you need to specify in that conftest.py file are:
 
-* `dist_hosts` - a list of ssh addresses (including a specific path if it 
-  should be different than the default: ``$HOME/pytestcache-hostname``)
+* **`dist_hosts`**: a required list of ssh addresses (which each may
+  include a path, default path is: ``$HOME/pytestcache-HOSTNAME``)
 * `dist_rsync_roots` - a list of packages to copy to the remote machines.
-* `dist_remotepython` - the remote python to run.
-* `dist_nicelevel` - Level of nice under which tests are run, defaults to
-  nice level of process.
-* `dist_boxing` - If set, will imply use of LSession as default session,
-  with boxing enabled.
-* `dist_taskspernode` - Maximum number of tasks which can be send to one node,
-  defaults to 15.
-* `dist_import_pypy` - Flag to control pypy importing for js regeneration
-  (defaults to False)
+* `dist_remotepython` - the remote python executable to run.
+* `dist_nicelevel` - process priority of remote nodes. 
+* `dist_boxing` - will run each single test in a separate process 
+  (allowing to survive segfaults for example) 
+* `dist_taskspernode` - Maximum number of tasks being queued to remote nodes 
 
 Sample configuration::
 



More information about the pytest-commit mailing list