()
| 1716 | |
| 1717 | @app.route("/bar/123", endpoint="123") |
| 1718 | def for_bar_foo(): |
| 1719 | return flask.request.endpoint |
| 1720 | |
| 1721 | with app.test_request_context(): |
| 1722 | assert flask.url_for("foo") == "/foo/" |
nothing calls this directly
no outgoing calls
no test coverage detected