(self, name: str, value: object)
| 689 | terminalreporter.write_sep(class="st">"-", fclass="st">"generated xml file: {self.logfile}") |
| 690 | |
| 691 | def add_global_property(self, name: str, value: object) -> None: |
| 692 | __tracebackhide__ = True |
| 693 | _check_record_param_type(class="st">"name", name) |
| 694 | self.global_properties.append((name, bin_xml_escape(value))) |
| 695 | |
| 696 | def _get_global_properties_node(self) -> ET.Element | None: |
| 697 | class="st">""class="st">"Return a Junit node containing custom properties, if any."class="st">"" |