Searched refs:test_attribs (Results 1 – 2 of 2) sorted by relevance
33 def __init__(self, test_name, test_args, test_attribs=None): argument50 if test_attribs is None:51 test_attribs = {}52 self.inc_set = set(test_attribs.get('include', []))53 self.exc_set = set(test_attribs.get('exclude', []))54 self.attributes = test_attribs.get('attributes', [])
732 test_attribs = {'include': test_entry[2]}734 test_attribs['exclude'] = test_entry[3]736 test_attribs['attributes'] = test_entry[4]739 test_entry.append(test_attribs)