diff options
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r-- | tests/test_debug.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py index f733d723..38f31f58 100644 --- a/tests/test_debug.py +++ b/tests/test_debug.py @@ -147,8 +147,9 @@ class DebugTraceTest(CoverageTest): labels = """ attempted_config_files branch config_files cover_pylib data_file debug exclude_list extra_css html_dir html_title ignore_errors - include omit parallel partial_always_list partial_list paths + run_include run_omit parallel partial_always_list partial_list paths precision show_missing source timid xml_output + report_include report_omit """.split() for label in labels: label_pat = r"^\s*%s: " % label |