diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
| commit | 40bc892993e7bbf6616e37c5ea963e0079cb0a6a (patch) | |
| tree | 226556996eee8943441ead198d198a19cd15b761 /tests/test_config.py | |
| parent | 0ed319529c4df0f99556eab3490000c660b6e14b (diff) | |
| download | python-coveragepy-40bc892993e7bbf6616e37c5ea963e0079cb0a6a.tar.gz | |
OK, I should really stop fiddling with spell-check...
Diffstat (limited to 'tests/test_config.py')
| -rw-r--r-- | tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index e042492..ee4db96 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -91,7 +91,7 @@ class ConfigTest(CoverageTest): self.assertEqual(cov.config.data_file, "fromarg.dat") def test_parse_errors(self): - # Im-parseable values raise CoverageException, with details. + # Im-parsable values raise CoverageException, with details. bad_configs_and_msgs = [ ("[run]\ntimid = maybe?\n", r"maybe[?]"), ("timid = 1\n", r"timid = 1"), |
