Lines Matching full:test
5 """ Result of the parsing of the test description.
11 ident (int) : Indentation level in the test description.
12 It is used to format output of test results
22 TEST = 1 variable in TreeElem
30 self.kind=TreeElem.TEST
47 if self.kind == TreeElem.TEST:
48 g="Test"
78 # Text message to display to the user zhen displaying test result
80 # generated. It is only for better display of the test
160 in the test description.
165 r = TreeElem.TEST
171 if c.kind == TreeElem.TEST and r != TreeElem.GROUP:
271 """ Parser the test description file
352 # kind. So we classify them to now if we have group, suite or test