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

Class T

testing/python/fixtures.py:83–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 raise NotImplementedError()
82
83 class T:
84 test_ok = functools.partial(check, i=2)
85
86 values = getfuncargnames(T().test_ok, name="test_ok")
87 assert values == ("arg1", "arg2")

Calls

no outgoing calls