From c790288a5fcf8e9713ef5def9e0df24ee63f067d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 18 May 2010 18:45:12 +0200 Subject: [PATCH] fix issue98 - xdist documentation wrongly told to set pytest_option_X where it is only option_X that is correct. --HG-- branch : trunk --- doc/test/plugin/xdist.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/test/plugin/xdist.txt b/doc/test/plugin/xdist.txt index 3768dc746..5f9db2c03 100644 --- a/doc/test/plugin/xdist.txt +++ b/doc/test/plugin/xdist.txt @@ -126,11 +126,11 @@ Specifying test exec environments in a conftest.py Instead of specifying command line options, you can put options values in a ``conftest.py`` file like this:: - pytest_option_tx = ['ssh=myhost//python=python2.5', 'popen//python=python2.5'] - pytest_option_dist = True + option_tx = ['ssh=myhost//python=python2.5', 'popen//python=python2.5'] + option_dist = True -Any commandline ``--tx`` specifictions will add to the list of available execution -environments. +Any commandline ``--tx`` specifictions will add to the list of +available execution environments. Specifying "rsync" dirs in a conftest.py +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++