MCPcopy Index your code
hub / github.com/pytest-dev/pytest / ids

Method ids

testing/python/metafunc.py:554–557  ·  view source on GitHub ↗
(val: object)

Source from the content-addressed store, hash-verified

552 """#351"""
553
554 def ids(val: object) -> str | None:
555 if isinstance(val, Exception):
556 return repr(val)
557 return None
558
559 result = IdMaker(
560 ("a", "b"),

Callers 1

pytest_fixture_setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected