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

Class A

testing/python/metafunc.py:274–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 metafunc = self.Metafunc(func)
273
274 class A:
275 pass
276
277 metafunc.parametrize("x", [A(), A()])
278 metafunc.parametrize("y", list("ab"))

Callers 1

Calls

no outgoing calls

Tested by 1