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

Method assert_attr

testing/test_junitxml.py:147–149  ·  testing/test_junitxml.py::DomNode.assert_attr
(self, **kwargs: object)

Source from the content-addressed store, hash-verified

145 raise KeyError(key)
146
147 def assert_attr(self, **kwargs: object) -> None:
148 __tracebackhide__ = True
149 return assert_attr(self._node, **kwargs)
150
151 @property
152 def text(self) -> str:

Calls 1

assert_attrFunction · 0.85

Tested by

no test coverage detected