Lines Matching refs:str
15 type=str,
27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out…
29 …parser.add_argument('--smartredis-dir', type=str, default='', help='path to SmartSim library, if p…
31 parser.add_argument('-s', '--search', type=str, default='.*',
40 def diff_csv_comment_function(test_line: str, true_line: str) -> Optional[str]: argument
57 def get_source_path(self, test: str) -> Path: argument
72 def get_run_path(self, test: str) -> Path: argument
83 def get_output_path(self, test: str, output_file: str) -> Path: argument
95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument
113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: argument
133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… argument
147 def check_allowed_stdout(self, test: str) -> bool: argument