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

(cherry picked from commit 5dfccb06dc)
This commit is contained in:
Brett Cannon 2017-03-03 12:58:17 -08:00 committed by GitHub
parent 21ce65aa67
commit 9d07aceeda
1 changed files with 6 additions and 0 deletions

View File

@ -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