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

fijal at codespeak.net fijal at codespeak.net
Thu Jan 18 15:27:19 CET 2007


Author: fijal
Date: Thu Jan 18 15:27:17 2007
New Revision: 36940

Modified:
   py/branch/config/py/doc/test.txt
Log:
Factored out how I would like options to look like.


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 15:27:17 2007
@@ -673,7 +673,14 @@
   should be different than the default: ``$HOME/pytestcache-hostname``)
 * `dist_rsync_roots` - a list of packages to copy to the remote machines.
 * `dist_remotepython` - the remote python to run.
-* `SessionOptions` - containing some specific tuning options
+* `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)
 
 Sample configuration::
 
@@ -688,17 +695,6 @@
 Running server is done by ``-w`` command line option or ``--startserver``
 (the former might change at some point due to conflicts).
 
-Possible `SessionOptions` arguments:
-
-* `nice_level` - Level of nice under which tests are run
-* `runner_policy` - (for `LSession` only) - contains policy for the test boxig.
-  `"plain_runner"` means no boxing, `"box_runner"` means boxing.
-* `waittime` - Default maximum waiting time for remote host to execute
-  one test.
-* `max_tasks_per_node` - Maximum number of tasks which can be send to one node.
-* `import_pypy` - Flag to control pypy importing for js regeneration (defaults
-  to False)
-
 Development Notes
 -----------------
 



More information about the pytest-commit mailing list