Lines Matching refs:suites
30 suites = []
168 '''Scan all input files for test suites'''
171 global suites
172 if len(suites) is 0 and not root:
176 '''Scan single input file for test suites'''
248 sys.stdout.write( "%s:%s: Warning: Inline test suites are deprecated.\n" % (fileName, lineNo) )
347 global suites
348 suites.append( suite )
459 for suite in suites:
496 '''Create static suite pointer object for dynamic suites'''
503 '''Create static suite object for non-dynamic suites'''
574 for suite in suites: