From 34ee16dffab4b2244c03d8fe777af40b91b83bf7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 18 Jan 2010 16:17:35 +0100 Subject: [PATCH] update doc bits --- README.txt | 10 +++++----- setup.py | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.txt b/README.txt index 08b1929..ce577f4 100644 --- a/README.txt +++ b/README.txt @@ -2,19 +2,19 @@ py.test xdist plugin: distributed testing and loop failure =============================================================== .. _`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 -or distribute which help to drag in the execnet and pytest-core -dependencies. +or distribute which help to pull in the neccessary execnet and +pytest-core dependencies. Install the plugin locally with:: python setup.py install 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 diff --git a/setup.py b/setup.py index b3c29fb..0738000 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,8 @@ py.test 'xdist' plugin for distributed testing and loop-on-failing modes. 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