MCPcopy Index your code
hub / github.com/python/cpython / skipTest

Method skipTest

Lib/unittest/case.py:742–744  ·  view source on GitHub ↗

Skip this test.

(self, reason)

Source from the content-addressed store, hash-verified

740 self._callCleanup(function, *args, **kwargs)
741
742 def skipTest(self, reason):
743 """Skip this test."""
744 raise SkipTest(reason)
745
746 def fail(self, msg=None):
747 """Fail immediately, with the given message."""

Callers 15

setUpPyfakefsMethod · 0.95
setUpMethod · 0.80
setUpMethod · 0.80
test_mbcs_code_pageMethod · 0.80
test_nonascii_historyMethod · 0.80
test_nonasciiMethod · 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_nonascii_historyMethod · 0.64
test_nonasciiMethod · 0.64
test_no_leakingMethod · 0.64