Searched refs:int (Results 1 – 4 of 4) 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]: argument 276 def find_matching(line: str, open: str = '(', close: str = ')') -> Tuple[int, int]: 295 start: int = line.find(open) 298 count: int = 1 430 uncommented_lines: List[int] = [] 524 backend: str, test: str, index: int, verbose: bool) -> str: argument 585 def run_test(index: int, test: str, spec: TestSpec, backend: str, argument 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 769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite: argument
|
| H A D | junit.py | 26 parser.add_argument('-n', '--nproc', type=int, default=1, help='number of MPI processes') 28 …parser.add_argument('-np', '--pool-size', type=int, default=1, help='Number of test cases to run i… 95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument
|
| /honee/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 128 …test_suite_attributes["assertions"] = str(sum([int(c.assertions) for c in self.test_cases if c.ass… 288 attributes = defaultdict(int) 292 attributes[key] += int(ts_xml.get(key, 0))
|
| /honee/ |
| H A D | Doxyfile | 2362 "CEED_QFUNCTION(name)=int name"
|