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

Function test_logger_debug

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

Source from the content-addressed store, hash-verified

40
41
42def test_logger_debug(app):
43 app.debug = True
44 assert app.logger.level == logging.DEBUG
45 assert app.logger.handlers == [default_handler]
46
47
48def test_existing_handler(app):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected