Home
last modified time | relevance | path

Searched refs:bool (Results 1 – 3 of 3) sorted by relevance

/honee/tests/
H A Djunit.py30 parser.add_argument('--has-torch', type=bool, default=False, help='Whether to build with torch')
51 def __init__(self, has_torch: bool): argument
52 self.has_torch: bool = has_torch
133 …_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[str, bool]:
147 def check_allowed_stdout(self, test: str) -> bool:
164 has_smartsim: bool = args.smartredis_dir and Path(args.smartredis_dir).is_dir()
H A Djunit_common.py209 …_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[str, bool]:
223 def check_allowed_stdout(self, test: str) -> bool:
235 def has_cgnsdiff() -> bool:
250 def contains_any(base: str, substrings: List[str]) -> bool:
263 def startswith_any(base: str, prefixes: List[str]) -> bool:
465 true_zero: bool = abs(true_val) < zero_tol
466 test_zero: bool = abs(test_val) < zero_tol
467 fail: bool = False
524 backend: str, test: str, index: int, verbose: bool) -> str: argument
586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: argument
[all …]
H A Dsmartsim_regression_framework.py113 def test(self, ceed_resource) -> Tuple[bool, Exception, str]: