bpo-29455: Mention coverage.py in trace module documentation (#261)

This commit is contained in:
Marco Buttu 2017-03-03 21:42:04 +01:00 committed by Brett Cannon
parent 85b8d01c91
commit 5dfccb06dc
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