minor fix to docs/usage

This commit is contained in:
Jonathan Peirce
2012-05-22 12:24:53 +01:00
parent 1bf1cfd07a
commit 91c41cd6b3

View File

@@ -36,7 +36,7 @@ Stopping after the first (or N) failures
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
---------------------------------------------------