Home
last modified time | relevance | path

Searched refs:RunMode (Results 1 – 2 of 2) sorted by relevance

/libCEED/tests/
H A Djunit.py22 type=RunMode,
25 default=RunMode.JUNIT)
212 if args.mode is RunMode.JUNIT:
H A Djunit_common.py73 class RunMode(Enum): class
523 def test_case_output_string(test_case: TestCase, spec: TestSpec, mode: RunMode, argument
526 if mode is RunMode.TAP:
586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: argument
768 def run_tests(test: str, ceed_backends: List[str], mode: RunMode, nproc: int, argument
789 if mode is RunMode.TAP:
807 if is_new_subtest and mode == RunMode.TAP:
814 if mode == RunMode.TAP: