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

Function skip_wrapper

Lib/unittest/case.py:162–163  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

160 if not isinstance(test_item, type):
161 @functools.wraps(test_item)
162 def skip_wrapper(*args, **kwargs):
163 raise SkipTest(reason)
164 test_item = skip_wrapper
165
166 test_item.__unittest_skip__ = True

Callers

nothing calls this directly

Calls 1

SkipTestClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…