Home
last modified time | relevance | path

Searched defs:TestSpec (Results 1 – 2 of 2) sorted by relevance

/honee/tests/
H A Djunit.py95 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…
H A Djunit_common.py62 class TestSpec: class
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…
523 def test_case_output_string(test_case: TestCase, spec: TestSpec, mode: RunMode,
585 def run_test(index: int, test: str, spec: TestSpec, backend: str,