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 | cea179851f9f979ad71620b4d33189f3b2839236 (patch) | |
tree | 94b5574a718fd915cd1310c333f92380a326509f /tests/test_summary.py | |
parent | 48cae778499e13fdba34ed2a00880f7b866dae26 (diff) | |
download | python-coveragepy-git-cea179851f9f979ad71620b4d33189f3b2839236.tar.gz |
This only happens on Jython
Diffstat (limited to 'tests/test_summary.py')
-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 53ecc9d6..b661819f 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 |