]> granicus.if.org Git - python/commitdiff
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 3 Mar 2017 20:58:17 +0000 (12:58 -0800)
committerGitHub <noreply@github.com>
Fri, 3 Mar 2017 20:58:17 +0000 (12:58 -0800)
(cherry picked from commit 5dfccb06dc513ae67fac5fee66356ad58a4de170)

Doc/library/trace.rst

index b0ac81271c5c183e0670ac88ef4444acb6dbab9c..5cb7029adf5e9e3bb51654f61a361c72651830c6 100644 (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