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

Method getparam

src/_pytest/python.py:986–990  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

984 )
985
986 def getparam(self, name: str) -> object:
987 try:
988 return self.params[name]
989 except KeyError as e:
990 raise ValueError(name) from e
991
992 @property
993 def id(self) -> str:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected