Lines Matching full:args
69 args: List = field(default_factory=list) variable in TestSpec
91 Args:
103 Args:
115 Args:
175 Args:
184 Args:
198 Args:
212 Args:
226 Args:
253 Args:
266 Args:
279 Args:
312 Args:
369 args: List[str] = re.findall(args_pattern, line)
372 return TestSpec(**known, key_values=other, args=args)
378 Args:
401 …if line.startswith(f'{comment_str}TESTARGS')] or [TestSpec(source_file.stem, args=['{ceed_resource…
408 Args:
484 Args:
507 Args:
538 output_str += f' args: {test_case.args}\n'
562 output_str += f' $ {test_case.args}\n'
576 Args:
589 Args:
603 run_args: List = [f'{suite_spec.get_run_path(test)}', *map(str, spec.args)]
754 test_case.args = ' '.join(str(arg) for arg in run_args)
772 Args:
823 Args:
834 Args: