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

Method func

testing/python/metafunc.py:62–63  ·  view source on GitHub ↗
(arg1, arg2="qwe")

Source from the content-addressed store, hash-verified

60
61 def test_function_basic(self) -> None:
62 def func(arg1, arg2="qwe"):
63 pass
64
65 metafunc = self.Metafunc(func)
66 assert len(metafunc.fixturenames) == 1

Callers 1

__get__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected