MCPcopy 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

Calls

no outgoing calls

Tested by 1