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

Function test

tests/test_basic.py:405–406  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

403
404 @app.route("/test")
405 def test():
406 return str(flask.session.permanent)
407
408 rv = client.get("/")
409 assert "set-cookie" in rv.headers

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected