Lines Matching refs:str
33 [('successes', typing.Set[str]),
34 ('failures', typing.Set[str])])
42 Outcomes = typing.Dict[str, ComponentOutcomes]
70 def execute_reference_driver_tests(results: Results, ref_component: str, driver_component: str, \ argument
71 outcome_file: str) -> None: argument
86 allow_list: typing.List[str], full_coverage: bool) -> None: argument
117 def name_matches_pattern(name: str, str_or_re) -> bool: argument
124 if not isinstance(str_or_re, str):
130 component_ref: str, component_driver: str, argument
131 ignored_suites: typing.List[str], ignored_tests=None) -> None: argument
178 def read_outcome_file(outcome_file: str) -> Outcomes: argument