diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-13 17:20:15 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-12-13 17:20:15 -0500 |
| commit | ae8b4485ed5633cf52089aa705f185153023d6c7 (patch) | |
| tree | cb77771f0ed37116912a6d8a25b7873ba0949948 /test/test_config.py | |
| parent | c63c0783755a8304a48755c99b2768460751d3cb (diff) | |
| download | python-coveragepy-ae8b4485ed5633cf52089aa705f185153023d6c7.tar.gz | |
Keep it working on 3.x also.
Diffstat (limited to 'test/test_config.py')
| -rw-r--r-- | test/test_config.py | 1 |
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 """) |
