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
|
@ -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
|
list functions executed during a program run. It can be used in another program
|
||||||
or from the command line.
|
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:
|
.. _trace-cli:
|
||||||
|
|
||||||
Command-Line Usage
|
Command-Line Usage
|
||||||
|
|
Loading…
Reference in New Issue