Searched defs:str (Results 1 – 2 of 2) sorted by relevance
| /honee/tests/ |
| H A D | junit_common.py | 88 def get_source_path(self, test: str) -> Path: 100 def get_run_path(self, test: str) -> Path: 112 def get_output_path(self, test: str, output_file: str) -> Path: 172 def post_test_hook(self, test: str, spec: TestSpec, backend: str) -> None: 181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: 195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 209 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… 223 def check_allowed_stdout(self, test: str) -> bool: 250 def contains_any(base: str, substrings: List[str]) -> bool: 263 def startswith_any(base: str, prefixes: List[str]) -> bool: [all …]
|
| H A D | junit.py | 40 def diff_csv_comment_function(test_line: str, true_line: str) -> Optional[str]: 57 def get_source_path(self, test: str) -> Path: 72 def get_run_path(self, test: str) -> Path: 83 def get_output_path(self, test: str, output_file: str) -> Path: 95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: 113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… 147 def check_allowed_stdout(self, test: str) -> bool:
|