(app)
| 46 | |
| 47 | |
| 48 | def 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 | |
| 54 | def test_wsgi_errors_stream(app, client): |
nothing calls this directly
no outgoing calls
no test coverage detected