summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index 55001c96..cb83e519 100644
--- a/tests/test_debug.py
+++ b/tests/test_debug.py
@@ -183,8 +183,9 @@ class DebugTraceTest(CoverageTest):
out_lines = self.f1_debug_output(["sys"])
labels = """
- version coverage cover_paths pylib_paths tracer configs_attempted config_file
- configs_read data_file python platform implementation executable
+ version coverage 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
""".split()
for label in labels: