update doc bits

This commit is contained in:
holger krekel
2010-01-18 16:17:35 +01:00
parent 9d14fa3a3b
commit 34ee16dffa
2 changed files with 7 additions and 6 deletions

View File

@@ -2,19 +2,19 @@ py.test xdist plugin: distributed testing and loop failure
=============================================================== ===============================================================
.. _`pytest-xdist respository`: http://bitbucket.org/hpk42/pytest-xdist .. _`pytest-xdist respository`: http://bitbucket.org/hpk42/pytest-xdist
.. _`pytest-xdist`: http://pytest.org/plugin/xdist.html .. _`pytest`: http://pytest.org
The pytest-xdist plugin extends ``py.test`` to ad-hoc distribute test The pytest-xdist plugin extends `py.test`_ to ad-hoc distribute test
runs to multiple CPUs or remote machines. It requires setuptools runs to multiple CPUs or remote machines. It requires setuptools
or distribute which help to drag in the execnet and pytest-core or distribute which help to pull in the neccessary execnet and
dependencies. pytest-core dependencies.
Install the plugin locally with:: Install the plugin locally with::
python setup.py install python setup.py install
or use the package in develope/in-place mode, particularly or use the package in develope/in-place mode, particularly
useful with a checkout of the pytest-xdist repository:: useful with a checkout of the `pytest-xdist repository`_::
python setup.py develop python setup.py develop

View File

@@ -2,7 +2,8 @@
py.test 'xdist' plugin for distributed testing and loop-on-failing modes. py.test 'xdist' plugin for distributed testing and loop-on-failing modes.
See http://pytest.org/plugin/xdist.html for documentation and, after See http://pytest.org/plugin/xdist.html for documentation and, after
installation of the ``pytest-xdist`` package, "py.test -h" for the new options. installation of the ``pytest-xdist`` PyPI package, ``py.test -h``
for the new options.
""" """
from setuptools import setup from setuptools import setup