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

Function test_logger

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

Source from the content-addressed store, hash-verified

34
35
36def test_logger(app):
37 assert app.logger.name == "flask_test"
38 assert app.logger.level == logging.NOTSET
39 assert app.logger.handlers == [default_handler]
40
41
42def test_logger_debug(app):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected