Kaydet (Commit) 9d07acee authored tarafından Brett Cannon's avatar Brett Cannon Kaydeden (comit) GitHub

bpo-29455: Mention coverage.py in trace module documentation (GH-435)

(cherry picked from commit 5dfccb06)
üst 21ce65aa
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment