summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-06-02 22:04:40 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-06-02 22:04:40 -0400
commitea131dcba50dbfe27288c14136f54792fa64f5cf (patch)
treef46a9d6905cd70daff2e9f8cb2c66c08bb0aaaf6 /tests/test_debug.py
parentdad6e5c4f29c3a6b5753a6a739e9653b5e159632 (diff)
downloadpython-coveragepy-git-ea131dcba50dbfe27288c14136f54792fa64f5cf.tar.gz
fix: use more explicit names for some debug information
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index 4250c21c..e93ae0b6 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -185,7 +185,7 @@ class DebugTraceTest(CoverageTest):
out_lines = self.f1_debug_output(["sys"])
labels = """
- version coverage coverage_paths stdlib_paths third_party_paths
+ coverage_version coverage_module coverage_paths stdlib_paths third_party_paths
tracer configs_attempted config_file configs_read data_file
python platform implementation executable
pid cwd path environment command_line cover_match pylib_match