Home | History | Annotate | Download | only in local

Lines Matching full:suites

61     "process_context", ["suites", "context"])
67 This reloads all suites per process and stores the global context.
73 suites = {}
80 suites[suite.name] = suite
81 return ProcessContext(suites, context)
175 self.test.SetSuiteObject(process_context.suites)
192 def __init__(self, suites, progress_indicator, context):
199 self.tests = [ t for s in suites for t in s.tests ]
211 self._CommonInit(suites, progress_indicator, context)
213 def _CommonInit(self, suites, progress_indicator, context):
215 for s in suites: