summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-27 21:52:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-27 21:52:13 -0400
commitbe4cea389de959e48b9b4ace7de03a9e8e544048 (patch)
tree2fadb01335db7fe8bf2d7c0281364469c1523fcf /tests/test_api.py
parent161da888a27c149e0bab4c2e0229c80eb6fff557 (diff)
downloadpython-coveragepy-be4cea389de959e48b9b4ace7de03a9e8e544048.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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index dc472c0..25d104c 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."""