MCPcopy
hub / github.com/pytest-dev/pytest / toxml

Method toxml

testing/test_junitxml.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125 return children[0]
126
127 def toxml(self) -> str:
128 return self._node.toxml()
129
130
131class DomNode(DomDocument):

Callers 15

__repr__Method · 0.80
test_node_reprMethod · 0.80
test_setup_errorMethod · 0.80
test_teardown_errorMethod · 0.80
test_internal_errorMethod · 0.80
test_failure_functionMethod · 0.80
test_collect_errorMethod · 0.80
test_unicodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected