From ea131dcba50dbfe27288c14136f54792fa64f5cf Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 2 Jun 2021 22:04:40 -0400 Subject: fix: use more explicit names for some debug information --- tests/test_debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_debug.py') 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 -- cgit v1.2.1