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_results.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_results.py')
| -rw-r--r-- | tests/test_results.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_results.py b/tests/test_results.py index 0fa1ad52..54c2f6d7 100644 --- a/tests/test_results.py +++ b/tests/test_results.py @@ -8,7 +8,7 @@ from tests.coveragetest import CoverageTest class NumbersTest(CoverageTest): - """Tests for Coverage.py's numeric measurement summaries.""" + """Tests for coverage.py's numeric measurement summaries.""" run_in_temp_dir = False |
