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

Function otherfunc_multi

doc/en/example/assertion/failure_demo.py:13–14  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

11
12
13def otherfunc_multi(a, b):
14 assert a == b
15
16
17@pytest.mark.parametrize("param1, param2", [(3, 6)])

Callers 1

test_simple_multilineMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_simple_multilineMethod · 0.68