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

Class T

testing/python/fixtures.py:113–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 raise NotImplementedError()
112
113 class T:
114 test_ok = functools.partial(check, i=2)
115
116 values = getfuncargnames(T().test_ok, name="test_ok")
117 assert values == ("arg1", "arg2")

Calls

no outgoing calls