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

Function append_property

src/_pytest/junitxml.py:298–299  ·  view source on GitHub ↗
(name: str, value: object)

Source from the content-addressed store, hash-verified

296 _warn_incompatibility_with_xunit2(request, "record_property")
297
298 def append_property(name: str, value: object) -> None:
299 request.node.user_properties.append((name, value))
300
301 return append_property
302

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected