Searched defs:RunMode (Results 1 – 1 of 1) sorted by relevance
| /honee/tests/ |
| H A D | junit_common.py | 73 class RunMode(Enum): class 523 def test_case_output_string(test_case: TestCase, spec: TestSpec, mode: RunMode, 586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: 768 def run_tests(test: str, ceed_backends: List[str], mode: RunMode, nproc: int,
|