app.route("/custom")
| 1 | import pytest |
| 2 | from werkzeug.exceptions import Forbidden |
| 3 | from werkzeug.exceptions import HTTPException |
| 4 | from werkzeug.exceptions import InternalServerError |
nothing calls this directly
no outgoing calls
no test coverage detected