Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
def
otherfunc_multi(a, b):
14
assert a == b
15
16
17
@pytest.mark.parametrize(
"param1, param2"
, [(3, 6)])
Callers
1
test_simple_multiline
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_simple_multiline
Method · 0.68