Lines Matching refs:suite
75 suite and name, `name` parameter should be unique within one suite.
84 """Base class for loading TestSuite tests after applying test suite
87 def __init__(self, suite, test_class, test_config, test_root):
88 self.suite = suite
118 def _create_test(self, path, suite, **kwargs):
121 suite, path, self._path_to_name(path), self.test_config, **kwargs)
131 case = self._create_test(testname, self.suite)
311 """Returns Combiner subclass. None if suite doesn't support combining