MCPcopy Create free account
hub / github.com/pallets/flask / handler_raises_build_error

Function handler_raises_build_error

tests/test_basic.py:1372–1373  ·  view source on GitHub ↗
(error, endpoint, values)

Source from the content-addressed store, hash-verified

1370def test_build_error_handler_reraise(app):
1371 # Test a custom handler which reraises the BuildError
1372 def handler_raises_build_error(error, endpoint, values):
1373 raise error
1374
1375 app.url_build_error_handlers.append(handler_raises_build_error)
1376

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected