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

Function fails

tests/test_basic.py:813–814  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

811
812 @app.route("/")
813 def fails():
814 raise ZeroDivisionError
815
816 rv = client.get("/")
817 assert rv.status_code == 500

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected