summaryrefslogtreecommitdiff
path: root/tests/test_debug.py
diff options
context:
space:
mode:
authorloic <loic@dachary.org>2017-01-07 14:39:44 +0100
committerloic <loic@dachary.org>2017-01-07 14:39:44 +0100
commitc80eedd40b8650066928a94c7ae3680b38a10e67 (patch)
tree8604448885a2ec9c06f53509e75224e4a157b41e /tests/test_debug.py
parentf5587814d1aa983ad995b2c1acc391f6251ceda0 (diff)
downloadpython-coveragepy-c80eedd40b8650066928a94c7ae3680b38a10e67.tar.gz
* --source and --include are mutually exclusive (take 2) #265
close #265 close #101
Diffstat (limited to 'tests/test_debug.py')
-rw-r--r--tests/test_debug.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_debug.py b/tests/test_debug.py
index f733d72..38f31f5 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