[py-svn] commit/pytest: peircej: minor fix to docs/usage

Bitbucket commits-noreply at bitbucket.org
Tue May 22 14:08:19 CEST 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/46c23fd6b785/
changeset:   46c23fd6b785
user:        peircej
date:        2012-05-22 13:24:53
summary:     minor fix to docs/usage
affected #:  1 file

diff -r e91d173fa1d84511923fb20b58cbe945d86a96e8 -r 46c23fd6b785629030446a30e83e09c56ff0a8cd doc/usage.txt
--- a/doc/usage.txt
+++ b/doc/usage.txt
@@ -36,7 +36,7 @@
 To stop the testing process after the first (N) failures::
 
     py.test -x            # stop after first failure
-    py.test -maxfail=2    # stop after two failures
+    py.test --maxfail=2    # stop after two failures
 
 Specifying tests / selecting tests
 ---------------------------------------------------

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list