diff options
| author | Ned Batchelder <nedbat@gmail.com> | 2016-07-31 05:19:43 -0400 |
|---|---|---|
| committer | Ned Batchelder <nedbat@gmail.com> | 2016-07-31 05:19:43 -0400 |
| commit | 1bd9de2efc5dfbe94885887f5df69267ff67cab1 (patch) | |
| tree | 62065b8c6758420414268ae1ea4b9894b6aaf525 /tests/test_html.py | |
| parent | 0b9c4488728d6bd4e8f506c264902c4f13bfbf70 (diff) | |
| parent | d4c972753a44d905a8fbd845b27a522f3deca042 (diff) | |
| download | python-coveragepy-1bd9de2efc5dfbe94885887f5df69267ff67cab1.tar.gz | |
Merged in scop/coverage.py/spelling (pull request #88)
Spelling fixes
Diffstat (limited to 'tests/test_html.py')
| -rw-r--r-- | tests/test_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_html.py b/tests/test_html.py index dda2e4b..eaf7d7d 100644 --- a/tests/test_html.py +++ b/tests/test_html.py @@ -419,7 +419,7 @@ class HtmlTest(HtmlTestHelpers, CoverageTest): def test_shining_panda_fix(self): # The ShiningPanda plugin looks for "status.dat" to find HTML reports. - # Accomodate them, but only if we are running under Jenkins. + # Accommodate them, but only if we are running under Jenkins. self.set_environ("JENKINS_URL", "Something or other") self.create_initial_files() self.run_coverage() |
