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

Method skipTest

Lib/unittest/case.py:749–751  ·  view source on GitHub ↗

Skip this test.

(self, reason)

Source from the content-addressed store, hash-verified

747 self._callCleanup(function, *args, **kwargs)
748
749 def skipTest(self, reason):
750 """Skip this test."""
751 raise SkipTest(reason)
752
753 def fail(self, msg=None):
754 """Fail immediately, with the given message."""

Callers 15

setUpPyfakefsMethod · 0.95
setUpPyfakefsMethod · 0.95
setUpMethod · 0.80
setUpMethod · 0.80
test_mbcs_code_pageMethod · 0.80
test_no_leakingMethod · 0.80

Calls 1

SkipTestClass · 0.85

Tested by 15

setUpMethod · 0.64
test_mbcs_code_pageMethod · 0.64
test_no_leakingMethod · 0.64
test_restore_signalsMethod · 0.64