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

Method _stpool_echo_fixture

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

Source from the content-addressed store, hash-verified

537 return tsa.pool.QueuePool(creator=mock.Mock())
538
539 def _stpool_echo_fixture(self):
540 return tsa.pool.SingletonThreadPool(creator=mock.Mock(), echo="debug")
541
542 def _stpool_logging_fixture(self):
543 logging.getLogger("sqlalchemy.pool").setLevel(logging.DEBUG)

Callers 1

test_stpool_echoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected