Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ fix
Function
fix
testing/python/fixtures.py:4290–4291 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4288
4289
@pytest.fixture
4290
def
fix():
4291
raise
NotImplementedError()
4292
4293
with
pytest.raises(pytest.fail.Exception):
4294
assert fix() == 1
Callers
1
test_call_fixture_function_error
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_call_fixture_function_error
Function · 0.56