catched -> caught
Even though catch is a Python keyword, 'catched' just looks terrible in text. If the text was supposed to reference the keyword, then 'catched' should be changed to "'catch'ed".
This commit is contained in:
parent
7e78965c79
commit
21d27784eb
|
@ -79,7 +79,7 @@ than ``--tb=long``). It also ensures that a stack trace is printed on
|
||||||
**KeyboardInterrrupt** (Ctrl+C).
|
**KeyboardInterrrupt** (Ctrl+C).
|
||||||
This is very useful if the tests are taking too long and you interrupt them
|
This is very useful if the tests are taking too long and you interrupt them
|
||||||
with Ctrl+C to find out where the tests are *hanging*. By default no output
|
with Ctrl+C to find out where the tests are *hanging*. By default no output
|
||||||
will be shown (because KeyboardInterrupt is catched by pytest). By using this
|
will be shown (because KeyboardInterrupt is caught by pytest). By using this
|
||||||
option you make sure a trace is shown.
|
option you make sure a trace is shown.
|
||||||
|
|
||||||
Dropping to PDB_ (Python Debugger) on failures
|
Dropping to PDB_ (Python Debugger) on failures
|
||||||
|
|
Loading…
Reference in New Issue