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

Method pytest_xyz

testing/test_pytester.py:171–172  ·  view source on GitHub ↗

X

(self, arg)

Source from the content-addressed store, hash-verified

169def make_holder():
170 class apiclass:
171 def pytest_xyz(self, arg):
172 """X"""
173
174 def pytest_xyz_noarg(self):
175 """X"""

Callers 1

test_hookrecorder_basicFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected