bpo-29455: Mention coverage.py in trace module documentation (GH-435) · python/cpython@9d07ace (original) (raw)

Original file line number Diff line number Diff line change
@@ -13,6 +13,12 @@ annotated statement coverage listings, print caller/callee relationships and
13 13 list functions executed during a program run. It can be used in another program
14 14 or from the command line.
15 15
16 +.. seealso::
17 +
18 + `Coverage.py https://coverage.readthedocs.io/\`_
19 + A popular third-party coverage tool that provides HTML
20 + output along with advanced features such as branch coverage.
21 +
16 22 .. _trace-cli:
17 23
18 24 Command-Line Usage