]> granicus.if.org Git - python/commitdiff
bpo-29455: Mention coverage.py in trace module documentation (#261)
authorMarco Buttu <marco.buttu@gmail.com>
Fri, 3 Mar 2017 20:42:04 +0000 (21:42 +0100)
committerBrett Cannon <brettcannon@users.noreply.github.com>
Fri, 3 Mar 2017 20:42:04 +0000 (12:42 -0800)
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