MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _stpool_logging_fixture

Method _stpool_logging_fixture

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

Source from the content-addressed store, hash-verified

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)
544 return tsa.pool.SingletonThreadPool(creator=mock.Mock())
545
546 def _test_queuepool(self, q, dispose=True):
547 conn = q.connect()

Callers 1

test_stpool_loggingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected