Kaydet (Commit) 60dd6e53 authored tarafından R David Murray's avatar R David Murray

#16522: s/always 1/at most 1/.

Correction thanks to Joey Geralnik.
üst ded22c6c
...@@ -636,8 +636,8 @@ The second group of options controls how test failures are reported: ...@@ -636,8 +636,8 @@ The second group of options controls how test failures are reported:
.. data:: FAIL_FAST .. data:: FAIL_FAST
When specified, exit after the first failing example and don't attempt to run When specified, exit after the first failing example and don't attempt to run
the remaining examples. Thus, the number of failures reported will always be 1. the remaining examples. Thus, the number of failures reported will be at most
This flag may be useful during debugging, since examples after the first 1. This flag may be useful during debugging, since examples after the first
failure won't even produce debugging output. failure won't even produce debugging output.
.. versionadded:: 3.4 .. versionadded:: 3.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment