Lines Matching defs:str
98 def filter_fn(test: str) -> bool:
104 tests: List[str],
105 test_from: Optional[str],
106 test_pattern: Optional[List[str]]) -> List[str]:
120 def get_test_type(test: str) -> Optional[str]:
182 def run_tests(tests: List[str]) -> bool:
190 def test_process_entry(tests: List[str], test_options: List[str], conn: mp.connection.Connection):
231 self, test_type: str, tests: List[str],
234 test_options: List[str]):
294 def _process_msg(self, msg: str):
353 device_tests: List[str],
354 repeat_count: int, host_tests: List[str]):
432 def run_all_tests(self, tests: List[str]):
459 def run_device_tests(self, tests: List[str]):
466 def run_device_serialized_tests(self, tests: List[str]):
472 def run_host_tests(self, tests: List[str]):
508 def run_tests_in_child_process(tests: List[str], args: argparse.Namespace) -> bool: