Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ toxml
Method
toxml
testing/test_junitxml.py:123–124 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
121
return
assert_attr(self.__node, **kwargs)
122
123
def
toxml(self):
124
return
self.__node.toxml()
125
126
@property
127
def
text(self):
Callers
15
__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
test_setup_error_captures_stdout
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected