holger krekel 4a57dfb648 fix an indefinite hang which would wait for events although no events
are pending - this happened if items arrive very quickly while
the "reschedule-event" tried unconditionally avoiding a busy-loop
and not schedule new work.
2010-01-19 14:59:22 +01:00
2010-01-18 14:53:09 +01:00
2010-01-18 14:53:09 +01:00
2010-01-18 16:17:35 +01:00

py.test xdist plugin: distributed testing and loop failure
===============================================================

.. _`pytest-xdist respository`: http://bitbucket.org/hpk42/pytest-xdist
.. _`pytest`: http://pytest.org

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 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`_::

    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>
Description
No description provided
Readme MIT 2.2 MiB
Languages
Python 100%