diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 21:52:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 21:52:13 -0400 |
commit | 6ff836f35e09dc8a107248b096cc133a423a4c11 (patch) | |
tree | 2c29785fea8876ce803ed6f6b5c3f4ebfeedc4ad /tests/test_api.py | |
parent | ba704d02a40b8f8067c2624a8c7add9618f2e41d (diff) | |
download | python-coveragepy-git-6ff836f35e09dc8a107248b096cc133a423a4c11.tar.gz |
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Diffstat (limited to 'tests/test_api.py')
-rw-r--r-- | tests/test_api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index dc472c0f..25d104c4 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -16,7 +16,7 @@ from tests.coveragetest import CoverageTest class ApiTest(CoverageTest): - """Api-oriented tests for Coverage.""" + """Api-oriented tests for coverage.py.""" def clean_files(self, files, pats): """Remove names matching `pats` from `files`, a list of filenames.""" |