minor fix to docs/usage
This commit is contained in:
parent
1bf1cfd07a
commit
91c41cd6b3
|
@ -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
|
||||
---------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue