fix issue98 - xdist documentation wrongly told to set pytest_option_X
where it is only option_X that is correct. --HG-- branch : trunk
This commit is contained in:
parent
da097c9d67
commit
c790288a5f
|
@ -126,11 +126,11 @@ Specifying test exec environments in a conftest.py
|
||||||
Instead of specifying command line options, you can
|
Instead of specifying command line options, you can
|
||||||
put options values in a ``conftest.py`` file like this::
|
put options values in a ``conftest.py`` file like this::
|
||||||
|
|
||||||
pytest_option_tx = ['ssh=myhost//python=python2.5', 'popen//python=python2.5']
|
option_tx = ['ssh=myhost//python=python2.5', 'popen//python=python2.5']
|
||||||
pytest_option_dist = True
|
option_dist = True
|
||||||
|
|
||||||
Any commandline ``--tx`` specifictions will add to the list of available execution
|
Any commandline ``--tx`` specifictions will add to the list of
|
||||||
environments.
|
available execution environments.
|
||||||
|
|
||||||
Specifying "rsync" dirs in a conftest.py
|
Specifying "rsync" dirs in a conftest.py
|
||||||
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
Loading…
Reference in New Issue