Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py68 def decorator(test_item): argument
71 test_item,
73 test_item,
75 @wraps(test_item)
78 test_item = skip_wrapper
80 test_item.__unittest_skip__ = True
81 test_item.__unittest_skip_why__ = reason
82 return test_item