From 5dfccb06dc513ae67fac5fee66356ad58a4de170 Mon Sep 17 00:00:00 2001 From: Marco Buttu Date: Fri, 3 Mar 2017 21:42:04 +0100 Subject: [PATCH] bpo-29455: Mention coverage.py in trace module documentation (#261) --- Doc/library/trace.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst index b0ac81271c..5cb7029adf 100644 --- a/Doc/library/trace.rst +++ b/Doc/library/trace.rst @@ -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 `_ + A popular third-party coverage tool that provides HTML + output along with advanced features such as branch coverage. + .. _trace-cli: Command-Line Usage -- 2.40.0