Home | History | Annotate | Download | only in server

Lines Matching full:test_entry

119         for test_entry in tests:
121 if len(test_entry) > 2 and not isinstance(test_entry[2], dict):
122 test_attribs = {'include': test_entry[2]}
123 if len(test_entry) > 3:
124 test_attribs['exclude'] = test_entry[3]
125 if len(test_entry) > 4:
126 test_attribs['attributes'] = test_entry[4]
128 test_entry = list(test_entry[:2])
129 test_entry.append(test_attribs)
131 ti = site_server_job_utils.test_item(*test_entry)