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

Function b

testing/example_scripts/fixtures/test_getfixturevalue_dynamic.py:15–16  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

13
14@pytest.fixture
15def b(a):
16 pass
17
18
19def test(b, request):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected