mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +00:00
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
(cherry picked from commit 5dfccb06dc
)
This commit is contained in:
parent
21ce65aa67
commit
9d07aceeda
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ annotated statement coverage listings, print caller/callee relationships and
|
|||
list functions executed during a program run. It can be used in another program
|
||||
or from the command line.
|
||||
|
||||
.. seealso::
|
||||
|
||||
`Coverage.py <https://coverage.readthedocs.io/>`_
|
||||
A popular third-party coverage tool that provides HTML
|
||||
output along with advanced features such as branch coverage.
|
||||
|
||||
.. _trace-cli:
|
||||
|
||||
Command-Line Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue