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

Class FuncFixtureInfoMock

testing/python/metafunc.py:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 # on the funcarg level, so we don't need a full blown
35 # initialization.
36 class FuncFixtureInfoMock:
37 name2fixturedefs: dict[str, list[fixtures.FixtureDef[object]]] = {}
38
39 def __init__(self, names):
40 self.names_closure = names
41
42 @dataclasses.dataclass
43 class FixtureManagerMock:

Callers 1

MetafuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected