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
commitae8b4485ed5633cf52089aa705f185153023d6c7 (patch)
treecb77771f0ed37116912a6d8a25b7873ba0949948 /test/test_config.py
parentc63c0783755a8304a48755c99b2768460751d3cb (diff)
downloadpython-coveragepy-ae8b4485ed5633cf52089aa705f185153023d6c7.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 926de18..64027de 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
""")