Lines Matching refs:name
17 # * Neither the name of Google Inc. nor the names of its
48 self.root.attrib["name"] = test_suite_name
52 test_case_element.attrib["name"] = test_name
72 failing_tests = {result["name"]: result for result in test_results["results"]}
73 all_tests = {result["name"]: result for result in test_results["slowest_tests"]}
75 name: result for name, result in all_tests.items() if name not in failing_tests
84 for name, failing_test in failing_tests.items():
107 test_name=name,
113 for name, passing_test in passing_tests.items():
115 test_name=name,