diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-25 19:25:03 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-08-26 10:37:07 -0400 |
commit | 8295f50fa3dfebb12b94f9745385a3227ec7d53c (patch) | |
tree | 3c1cc598b0817bf5c1773fd237db8e81d05bd12a /tests/test_debug.py | |
parent | 15618a42862eac786fd21e02943600899cd5c0af (diff) | |
download | python-coveragepy-git-8295f50fa3dfebb12b94f9745385a3227ec7d53c.tar.gz |
Better sys_info: pid, and a more understandable name.
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r-- | tests/test_debug.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py index c47dd343..26ddc0df 100644 --- a/tests/test_debug.py +++ b/tests/test_debug.py @@ -168,8 +168,8 @@ class DebugTraceTest(CoverageTest): labels = """ version coverage cover_paths pylib_paths tracer configs_attempted config_file - configs_read data_path python platform implementation executable - cwd path environment command_line cover_match pylib_match + configs_read data_file python platform implementation executable + pid cwd path environment command_line cover_match pylib_match """.split() for label in labels: label_pat = r"^\s*%s: " % label |