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

Function action

tests/test_testing.py:253–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

251def test_full_url_request(app, client):
252 @app.route("/action", methods=["POST"])
253 def action():
254 return "x"
255
256 with client:
257 rv = client.post("http://domain.com/action?vodka=42", data={"gin": 43})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected