preparing release packaging

This commit is contained in:
holger krekel
2010-01-18 14:53:09 +01:00
parent b8ea732fb0
commit 6eb8664012
4 changed files with 25 additions and 0 deletions

29
README.txt Normal file
View File

@@ -0,0 +1,29 @@
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
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.
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::
python setup.py develop
or use one of::
easy_install pytest-xdist
pip install pytest-xdist
for downloading and installing it in one go.
holger krekel <holger at merlinux eu>