From 9e134e3f40f34a560860efdb48874f8332629ba4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 13 Dec 2009 17:20:15 -0500 Subject: Keep it working on 3.x also. --- test/test_config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_config.py') 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 """) -- cgit v1.2.1