diff options
-rw-r--r-- | Doc/library/trace.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/library/trace.rst b/Doc/library/trace.rst index b0ac812..5cb7029 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 <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 |