MCPcopy Index your code
hub / github.com/RustPython/RustPython / SkipTest

Class SkipTest

Lib/unittest/case.py:31–37  ·  view source on GitHub ↗

Raise this exception in a test to skip it. Usually you can use TestCase.skipTest() or one of the skipping decorators instead of raising this directly.

Source from the content-addressed store, hash-verified

29 'Set self.maxDiff to None to see it.')
30
31class SkipTest(Exception):
32 """
33 Raise this exception in a test to skip it.
34
35 Usually you can use TestCase.skipTest() or one of the skipping decorators
36 instead of raising this directly.
37 """
38
39class _ShouldStop(Exception):
40 """

Callers 3

skip_wrapperFunction · 0.85
debugMethod · 0.85
skipTestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected