Lines Matching defs:self
211 def __str__(self) -> str: argument
227 self, test_type: str, tests: List[str], argument
243 def _start_test_process(self): argument
256 def name(self) -> str: argument
264 def test_dir(self) -> Path: argument
269 def alive(self) -> bool: argument
274 def finished(self) -> bool: argument
278 def check_update(self): argument
290 def _process_msg(self, msg: str): argument
295 def join(self): argument
298 def restart(self) -> bool: argument
316 def __init__(self, total_count: int): argument
322 def update(self, test_proc: TestProcess): argument
336 def end_test_proc(self, test_proc: TestProcess): argument
341 def end_tests(self): argument
349 self, devices: List[Device], argument
362 def test_count(self) -> int: argument
366 def failed_test_count(self) -> int: argument
373 def update(self, test_proc: TestProcess): argument
387 def write_summary(self): argument
402 def __init__(self, args: argparse.Namespace): argument
409 def _build_test_devices(self, args: argparse.Namespace) -> List[Device]: argument
419 def _build_test_options(self, args: argparse.Namespace) -> List[str]: argument
429 def run_all_tests(self, tests: List[str]): argument
456 def run_device_tests(self, tests: List[str]): argument
463 def run_device_serialized_tests(self, tests: List[str]): argument
469 def run_host_tests(self, tests: List[str]): argument
474 def wait_for_test_results(self, test_procs: List[TestProcess], repeat_count: int): argument