diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-04 11:08:36 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-10-04 11:08:36 -0400 |
| commit | 76aec1b04f44713ce43f3e84113d55ef58a54d21 (patch) | |
| tree | cb38aacfcde8d2794462178b45edb623bf6fb1ac /tests/test_config.py | |
| parent | 448eb3521b366a487b88252f8f6027ef48ef5773 (diff) | |
| download | python-coveragepy-76aec1b04f44713ce43f3e84113d55ef58a54d21.tar.gz | |
Combining now issues warnings on unreadable files, unconditionally
Diffstat (limited to 'tests/test_config.py')
| -rw-r--r-- | tests/test_config.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 6d6c7f8..93a7bbf 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -235,9 +235,6 @@ class ConfigFileTest(CoverageTest): plugins.a_plugin plugins.another - [{section}combine] - ignore_errors = True - [{section}report] ; these settings affect reporting. exclude_lines = @@ -304,8 +301,6 @@ class ConfigFileTest(CoverageTest): self.assertTrue(cov.config.parallel) self.assertEqual(cov.config.concurrency, "thread") - self.assertTrue(cov.config.ignore_combine_errors) - self.assertEqual(cov.get_exclude_list(), ["if 0:", r"pragma:?\s+no cover", "another_tab"]) self.assertTrue(cov.config.ignore_errors) self.assertEqual(cov.config.include, ["a/", "b/"]) |
