# HG changeset patch -- Bitbucket.org # Project pytest-xdist # URL http://bitbucket.org/hpk42/pytest-xdist/overview # User holger krekel <hol...@merlinux.eu> # Date 1274200848 -7200 # Node ID dd7765376b0ee5e7db1663f95d08df543b01ce1e # Parent f9015ac5764770f42c6d6b69db9d8e91fc93ea76 fix conftest related documentation
--- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -120,11 +120,11 @@ Specifying test exec environments in a c 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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn