MCPcopy Index your code
hub / github.com/sqlalchemy/sqlalchemy / _queuepool_echo_fixture

Method _queuepool_echo_fixture

test/engine/test_logging.py:532–533  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

530 logging.getLogger("sqlalchemy.pool").setLevel(self.existing_level)
531
532 def _queuepool_echo_fixture(self):
533 return tsa.pool.QueuePool(creator=mock.Mock(), echo="debug")
534
535 def _queuepool_logging_fixture(self):
536 logging.getLogger("sqlalchemy.pool").setLevel(logging.DEBUG)

Callers 1

test_queuepool_echoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected