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

Function test_existing_handler

tests/test_logging.py:48–51  ·  view source on GitHub ↗
(app)

Source from the content-addressed store, hash-verified

46
47
48def test_existing_handler(app):
49 logging.root.addHandler(logging.StreamHandler())
50 assert app.logger.level == logging.NOTSET
51 assert not app.logger.handlers
52
53
54def test_wsgi_errors_stream(app, client):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected