summaryrefslogtreecommitdiff
path: root/test/test_config.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-13 17:20:15 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-13 17:20:15 -0500
commit9e134e3f40f34a560860efdb48874f8332629ba4 (patch)
treee08d13cd75a8c26aee42f7f26b32d34bf6e75cf5 /test/test_config.py
parent5f6d7931bc6e217a8531de1375d31f94351c5c6e (diff)
downloadpython-coveragepy-git-9e134e3f40f34a560860efdb48874f8332629ba4.tar.gz
Keep it working on 3.x also.
Diffstat (limited to 'test/test_config.py')
-rw-r--r--test/test_config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_config.py b/test/test_config.py
index 926de181..64027dea 100644
--- a/test/test_config.py
+++ b/test/test_config.py
@@ -105,6 +105,7 @@ class ConfigFileTest(CoverageTest):
; these settings affect reporting.
exclude_lines =
if 0:
+
pragma:?\s+no cover
another_tab
""")