Skip to content

Commit 9d07ace

Browse files
authored
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
(cherry picked from commit 5dfccb0)
1 parent 21ce65a commit 9d07ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/trace.rst

+6
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ annotated statement coverage listings, print caller/callee relationships and
1313
list functions executed during a program run. It can be used in another program
1414
or from the command line.
1515

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+
1622
.. _trace-cli:
1723

1824
Command-Line Usage

0 commit comments

Comments
 (0)