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

Function index

tests/test_logging.py:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54def test_wsgi_errors_stream(app, client):
55 @app.route("/")
56 def index():
57 app.logger.error("test")
58 return ""
59
60 stream = StringIO()
61 client.get("/", errors_stream=stream)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected