Home | History | Annotate | Download | only in misc

Lines Matching refs:suit

124         for suit in sorted(testsuits, key = lambda suit: suit['time'], reverse = True):
126 tbl.newCell('module', suit['module'])
127 tbl.newCell('name', suit['name'])
128 tbl.newCell('time', formatValue(suit['time'], '', ''), suit['time'])
129 tbl.newCell('num', suit['num'])
130 if (suit['failed'] != 0):
131 tbl.newCell('failed', suit['failed'])
142 for suit in sorted(testsuits, key = lambda suit: suit['time'], reverse = True):
143 if (suit['failed'] != 0):
145 tbl.newCell('module', suit['module'])
146 tbl.newCell('name', suit['name'])
147 tbl.newCell('failed', suit['failed'])