Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
131
class
DomNode(DomDocument):
Callers
15
__repr__
Method · 0.80
test_node_repr
Method · 0.80
test_setup_error
Method · 0.80
test_teardown_error
Method · 0.80
test_mark_skip_doesnt_capture_output
Method · 0.80
test_internal_error
Method · 0.80
test_failure_function
Method · 0.80
test_collect_error
Method · 0.80
test_unicode
Method · 0.80
test_assertion_binchars
Method · 0.80
test_pass_captures_stdout
Method · 0.80
test_pass_captures_stderr
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected