Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ skip_wrapper
Function
skip_wrapper
Lib/unittest/case.py:169–170 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
167
if
not isinstance(test_item, type):
168
@functools.wraps(test_item)
169
def
skip_wrapper(*args, **kwargs):
170
raise
SkipTest(reason)
171
test_item = skip_wrapper
172
173
test_item.__unittest_skip__ = True
Callers
nothing calls this directly
Calls
1
SkipTest
Class · 0.85
Tested by
no test coverage detected