From 45787e29dea3a41f2e9570b66a571a7ebcda4592 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 30 Dec 2022 18:07:36 -0500 Subject: refactor: removed mentions of Jython and IronPython --- coverage/exceptions.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'coverage/exceptions.py') diff --git a/coverage/exceptions.py b/coverage/exceptions.py index c6a7f3da..43dc0047 100644 --- a/coverage/exceptions.py +++ b/coverage/exceptions.py @@ -57,16 +57,6 @@ class _ExceptionDuringRun(CoverageException): pass -class _StopEverything(_BaseCoverageException): - """An exception that means everything should stop. - - The CoverageTest class converts these to SkipTest, so that when running - tests, raising this exception will automatically skip the test. - - """ - pass - - class CoverageWarning(Warning): """A warning from Coverage.py.""" pass -- cgit v1.2.1