Searched refs:auto_tests (Results 1 – 1 of 1) sorted by relevance
268 auto_tests = defaultdict(lambda: defaultdict(dict))270 return auto_tests281 auto_tests[m.group(1)][m.group(2)][m.group(3)] = m.group(4)282 return auto_tests452 def gen_auto_tests(auto_tests, descr_args, descr_res, fn): argument455 this_tests = sorted(auto_tests[fn][rm_name].keys())471 test_out = auto_tests[fn][rm][test]570 def generate_testfile(inc_input, auto_tests, c_output): argument581 test_list.append(gen_auto_tests(auto_tests, m.group(1),672 auto_tests = read_auto_tests(args.auto_input)[all …]
Completed in 4 milliseconds