From cd8ab84eee0569a31bb7f2f967eb80deb32eb590 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Feb 2022 08:35:53 -0500 Subject: doc, test: clean up from 'better tracing of pytracer changed' Commit d35e8c4624bd074c4e55a8e8a33c343f734299db changed the message, but the docs and tests weren't updated. --- doc/cmd.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/cmd.rst b/doc/cmd.rst index 9b710a3e..461021b1 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -236,8 +236,7 @@ could affect the measurement process. The possible warnings include: During reporting, a file was thought to be Python, but it couldn't be parsed as Python. -* ``Trace function changed, measurement is likely wrong: XXX (trace-changed)`` - |br| +* ``Trace function changed, data is likely wrong: XXX (trace-changed)`` |br| Coverage measurement depends on a Python setting called the trace function. Other Python code in your product might change that function, which will disrupt coverage.py's measurement. This warning indicates that has happened. -- cgit v1.2.1