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

Function parent_test

tests/test_user_error_handler.py:82–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81 @app.route("/parent")
82 def parent_test():
83 raise ParentException()
84
85 @app.route("/child-unregistered")
86 def unregistered_test():

Callers

nothing calls this directly

Calls 1

ParentExceptionClass · 0.85

Tested by

no test coverage detected