From e45cd7e35e35ffe508a2c2846f8c5cdded9f1f5b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 Apr 2010 15:05:39 +0200 Subject: [PATCH] fix issue86 - point to pytest-xdist plugin for looponfailing feature. --HG-- branch : trunk --- CHANGELOG | 2 ++ doc/test/features.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d2b8dfddd..f52cc5ede 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ Changes between 1.2.1 and XXX ===================================== - 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 diff --git a/doc/test/features.txt b/doc/test/features.txt index be153a034..ed2060173 100644 --- a/doc/test/features.txt +++ b/doc/test/features.txt @@ -176,7 +176,8 @@ advanced test selection and running modes .. _`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 of tests until they all pass. It will re-start running the tests when it detects file changes in your project.