From 0c4f5eced2c629949fc0a5fede673129b0eebfdf Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 18 May 2010 18:40:48 +0200 Subject: [PATCH] fix conftest related documentation --- xdist/plugin.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xdist/plugin.py b/xdist/plugin.py index 5360598..7a22aa0 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -120,11 +120,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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++