Lines Matching defs:self
211 def __str__(self) -> str: argument
226 self, test_type: str, tests: List[str], argument
242 def _start_test_process(self): argument
255 def name(self) -> str: argument
263 def test_dir(self) -> Path: argument
268 def alive(self) -> bool: argument
273 def finished(self) -> bool: argument
277 def check_update(self): argument
289 def _process_msg(self, msg: str): argument
293 def join(self): argument
296 def restart(self) -> bool: argument
314 def __init__(self, total_count: int): argument
320 def update(self, test_proc: TestProcess): argument
334 def end_test_proc(self, test_proc: TestProcess): argument
339 def end_tests(self): argument
347 self, devices: List[Device], argument
360 def test_count(self) -> int: argument
364 def failed_test_count(self) -> int: argument
371 def update(self, test_proc: TestProcess): argument
385 def write_summary(self): argument
400 def __init__(self, args: argparse.Namespace): argument
407 def _build_test_devices(self, args: argparse.Namespace) -> List[Device]: argument
417 def _build_test_options(self, args: argparse.Namespace) -> List[str]: argument
427 def run_all_tests(self, tests: List[str]): argument
454 def run_device_tests(self, tests: List[str]): argument
461 def run_device_serialized_tests(self, tests: List[str]): argument
467 def run_host_tests(self, tests: List[str]): argument
472 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): argument