Home
last modified time | relevance | path

Searched refs:test_item (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py70 def decorator(test_item): argument
73 test_item,
75 test_item,
77 @wraps(test_item)
80 test_item = skip_wrapper
82 test_item.__unittest_skip__ = True
83 test_item.__unittest_skip_why__ = reason
84 return test_item