Searched refs:test_item (Results 1 – 1 of 1) sorted by relevance
70 def decorator(test_item): argument73 test_item,75 test_item,77 @wraps(test_item)80 test_item = skip_wrapper82 test_item.__unittest_skip__ = True83 test_item.__unittest_skip_why__ = reason84 return test_item