MCPcopy 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_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