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

Class FuncFixtureInfoMock

testing/python/metafunc.py:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 # on the funcarg level, so we don't need a full blown
36 # initialization.
37 class FuncFixtureInfoMock:
38 name2fixturedefs = None
39
40 def __init__(self, names):
41 self.names_closure = names
42
43 @attr.s
44 class DefinitionMock(python.FunctionDefinition):

Callers 1

MetafuncMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected