fix issue86 - point to pytest-xdist plugin for looponfailing feature.

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-04-14 15:05:39 +02:00
parent 75a6bf2395
commit e45cd7e35e
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes between 1.2.1 and XXX
===================================== =====================================
- added links to the new capturelog and coverage plugins - added links to the new capturelog and coverage plugins
- (issue87) fix unboundlocal error in assertionold code
- (issue86) improve documentation for looponfailing
Changes between 1.2.1 and 1.2.0 Changes between 1.2.1 and 1.2.0

View File

@ -176,7 +176,8 @@ advanced test selection and running modes
.. _`selection by keyword`: .. _`selection by keyword`:
``py.test --looponfailing`` allows to run a test suite, ``py.test --looponfailing`` (implemented through the external
`pytest-xdist`_ plugin) allows to run a test suite,
memorize all failures and then loop over the failing set memorize all failures and then loop over the failing set
of tests until they all pass. It will re-start running of tests until they all pass. It will re-start running
the tests when it detects file changes in your project. the tests when it detects file changes in your project.