Lines Matching full:group
24 GROUP = 3 variable in TreeElem
51 if self.kind == TreeElem.GROUP:
52 g="Group"
92 # for the patterns or output of a group of suite)
139 group = suite.parent
140 p = group.data["message"]
144 """ Add a group to this node
147 g (TreeElem) : group to add
162 A group is containing a suite or another group.
171 if c.kind == TreeElem.TEST and r != TreeElem.GROUP:
174 r = TreeElem.GROUP
175 if c.kind == TreeElem.GROUP:
176 r = TreeElem.GROUP
295 patternID = m.group(1).strip()
296 patternPath = m.group(2).strip()
304 outputID = m.group(1).strip()
305 outputPath = m.group(2).strip()
328 # New identation then it is a group (or suite)
352 # kind. So we classify them to now if we have group, suite or test