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

Function append_property

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

Source from the content-addressed store, hash-verified

289 _warn_incompatibility_with_xunit2(request, "record_property")
290
291 def append_property(name: str, value: object) -> None:
292 request.node.user_properties.append((name, value))
293
294 return append_property
295

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…