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

Function f5

testing/code/test_code.py:118–119  ·  view source on GitHub ↗
(x, *y, **z)

Source from the content-addressed store, hash-verified

116 assert c4.getargs(var=True) == ("x", "y", "z")
117
118 def f5(x, *y, **z):
119 a1 = a2 = a3 = a4 = a5 = a6 = 1 # noqa: F841
120
121 c5 = Code.from_function(f5)
122 f5(1, 2, 3, z=4) # cover function body

Callers 1

test_code_getargsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected