mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Style edits in followup to r86521 (#9312)
This commit is contained in:
parent
2a1e3e29d4
commit
d3309df40b
1 changed files with 2 additions and 2 deletions
|
|
@ -220,7 +220,7 @@ For a list of all the command-line options::
|
|||
failfast, catch and buffer command-line options
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
:program:`unittest` supports three command-line options.
|
||||
:program:`unittest` supports these command-line options:
|
||||
|
||||
.. program:: unittest
|
||||
|
||||
|
|
@ -2040,7 +2040,7 @@ instead of as an error.
|
|||
Signal Handling
|
||||
---------------
|
||||
|
||||
The :option:`-c` command-line option to unittest, along with the ``catchbreak``
|
||||
The ``-c``/``--catch`` command-line option to unittest, along with the ``catchbreak``
|
||||
parameter to :func:`unittest.main()`, provide more friendly handling of
|
||||
control-C during a test run. With catch break behavior enabled control-C will
|
||||
allow the currently running test to complete, and the test run will then end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue