Searched refs:test_item (Results 1 – 1 of 1) sorted by relevance
68 def decorator(test_item): argument71 test_item,73 test_item,75 @wraps(test_item)78 test_item = skip_wrapper80 test_item.__unittest_skip__ = True81 test_item.__unittest_skip_why__ = reason82 return test_item