MCPcopy Create free account
hub / github.com/pytest-dev/pytest / assert_attr

Method assert_attr

testing/test_junitxml.py:119–121  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

117 return node.value
118
119 def assert_attr(self, **kwargs):
120 __tracebackhide__ = True
121 return assert_attr(self.__node, **kwargs)
122
123 def toxml(self):
124 return self.__node.toxml()

Calls 1

assert_attrFunction · 0.85

Tested by

no test coverage detected