diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 05:54:20 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-01-19 05:54:20 -0500 |
commit | 62b4857c4cd03c4d5fe87be27b8afc04e8bdaeaa (patch) | |
tree | bd13c32eea7dd489a68c18bb6ea77ffc2ee041c6 /tests | |
parent | 8f1abf668d9a8a457b8e9f9b54e38787742a756a (diff) | |
download | python-coveragepy-62b4857c4cd03c4d5fe87be27b8afc04e8bdaeaa.tar.gz |
This only happens on Jython
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_summary.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py index 53ecc9d..b661819 100644 --- a/tests/test_summary.py +++ b/tests/test_summary.py @@ -786,4 +786,4 @@ class TestSummaryReporterConfiguration(CoverageTest): # it's caught by the assertRaisesRegex, but the message is # wrong. By catching SkipTest, and raising SkipTest, we get # the behavior we wanted. - self.skipTest("No, really, skip...") + self.skipTest("No, really, skip...") # pragma: only jython |