Home
last modified time | relevance | path

Searched refs:str (Results 1 – 6 of 6) sorted by relevance

/honee/tests/
H A Djunit.py15 type=str,
27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out…
29 …parser.add_argument('--smartredis-dir', type=str, default='', help='path to SmartSim library, if p…
31 parser.add_argument('-s', '--search', type=str, default='.*',
40 def diff_csv_comment_function(test_line: str, true_line: str) -> Optional[str]: argument
57 def get_source_path(self, test: str) -> Path: argument
72 def get_run_path(self, test: str) -> Path: argument
83 def get_output_path(self, test: str, output_file: str) -> Path: argument
95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument
113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: argument
[all …]
H A Djunit_common.py19 sys.path.insert(0, str(Path(__file__).parent / "junit-xml"))
40 elif isinstance(default, str):
52 elif isinstance(values, str):
64 name: str = field(default_factory=str)
88 def get_source_path(self, test: str) -> Path: argument
100 def get_run_path(self, test: str) -> Path: argument
112 def get_output_path(self, test: str, output_file: str) -> Path: argument
172 def post_test_hook(self, test: str, spec: TestSpec, backend: str) -> None: argument
181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument
195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: argument
[all …]
H A Dsmartsim_regression_framework.py113 def test(self, ceed_resource) -> Tuple[bool, Exception, str]:
230 type=str,
/honee/tests/junit-xml/junit_xml/
H A D__init__.py65 elif isinstance(var, str):
73 ret = str(var)
128 …test_suite_attributes["assertions"] = str(sum([int(c.assertions) for c in self.test_cases if c.ass…
129 … test_suite_attributes["disabled"] = str(len([c for c in self.test_cases if not c.is_enabled]))
130 test_suite_attributes["errors"] = str(len([c for c in self.test_cases if c.is_error()]))
131 test_suite_attributes["failures"] = str(len([c for c in self.test_cases if c.is_failure()]))
133 test_suite_attributes["skipped"] = str(len([c for c in self.test_cases if c.is_skipped()]))
134 test_suite_attributes["tests"] = str(len(self.test_cases))
135 … test_suite_attributes["time"] = str(sum(c.elapsed_sec for c in self.test_cases if c.elapsed_sec))
297 xml_element.set(key, str(value))
/honee/examples/
H A Dconv_plot.py30 type=str,
52 ax.loglog(h, H, '--', color=colors[i], label='O(h$^' + str(p) + '$)')
H A DstdoutParsing.py42 values["box_face" + str(i)] = box_face