[py-svn] py-trunk commit 97558e665d87: fix issue86 - point to pytest-xdist plugin for looponfailing feature.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Apr 14 15:06:33 CEST 2010


# HG changeset patch -- Bitbucket.org
# Project py-trunk
# URL http://bitbucket.org/hpk42/py-trunk/overview/
# User holger krekel <holger at merlinux.eu>
# Date 1271250339 -7200
# Node ID 97558e665d8700a2be673b98c3fa927528401e11
# Parent  e475f32a8daffd60e27a644da95c1de0577b7cad
fix issue86 - point to pytest-xdist plugin for looponfailing feature.

--- a/doc/test/features.txt
+++ b/doc/test/features.txt
@@ -176,7 +176,8 @@ advanced test selection and running mode
 
 .. _`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. 

--- 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



More information about the pytest-commit mailing list