Searched defs:int (Results 1 – 2 of 2) sorted by relevance
| /honee/tests/ |
| H A D | junit_common.py | 181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: 524 backend: str, test: str, index: int, verbose: bool) -> str: 585 def run_test(index: int, test: str, spec: TestSpec, backend: str, 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, 769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite:
|
| H A D | junit.py | 95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
|