Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_parametrize_with_userobjects
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_parametrize_with_userobjects
Method · 0.56