Searched refs:test_groups (Results 1 – 7 of 7) sorted by relevance
240 test_groups: Dict[str, TestGroup] = {}270 test_groups[group_name] = TestGroup(group_name, tests)273 test_groups[name].set_deps([test_groups[dep] for dep in deps])276 return test_groups289 test_groups = parse_metadata(metadata, root)291 groups_to_run = group_names if group_names else test_groups.keys()296 tests_to_run.update(test_groups[name].all_test_dependencies())
441 def run_once(self, short=False, test_groups=None, reps=1): argument458 if test_groups is None:460 test_groups = DEFAULT_SHORT_TESTS462 test_groups = DEFAULT_TESTS463 logging.info('Test groups to run: %s', ', '.join(test_groups))492 if ('video' in test_groups):493 iv = test_groups.index('video')494 if 'download' not in test_groups[:iv]:499 self._run_test_groups(test_groups)
22 test_groups: list of sub-test groups to run. Those refer to _run_group_X()37 test_groups=DEFAULT_TESTS,
23 test_groups: list of sub-test groups to run. Those refer to _run_group_X()
10 const char *test_groups[] = { variable13 #define n_groups sizeof(test_groups)/sizeof(*test_groups)73 gr.gr_name = strdup(test_groups[gid]); in getgrgid()
26 test_groups = [ variable57 foreach group : test_groups
102 const struct test_option_group *test_groups) in test_create_rules() argument172 if (test_groups) { in test_create_rules()175 for (const struct test_option_group *g = test_groups; g->name; g++) { in test_create_rules()