Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pallets/flask
/ app_test
Function
app_test
tests/test_user_error_handler.py:152–153 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
150
151
@app.route(
"/error"
)
152
def
app_test():
153
raise
InternalServerError()
154
155
app.register_blueprint(bp, url_prefix=
"/bp"
)
156
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected