mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use link-generating markup (see #9312)
This commit is contained in:
parent
1f75f5d506
commit
8acb67c059
1 changed files with 2 additions and 1 deletions
|
@ -2054,7 +2054,8 @@ instead of as an error.
|
|||
Signal Handling
|
||||
---------------
|
||||
|
||||
The ``-c``/``--catch`` command-line option to unittest, along with the ``catchbreak``
|
||||
The :option:`-c/--catch <unittest -c>` 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