MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_stpool_logging

Method test_stpool_logging

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

Source from the content-addressed store, hash-verified

595 self._test_queuepool(q, False)
596
597 def test_stpool_logging(self):
598 q = self._stpool_logging_fixture()
599 self._test_queuepool(q, False)
600
601 @testing.requires.predictable_gc
602 def test_queuepool_echo(self):

Callers

nothing calls this directly

Calls 2

_test_queuepoolMethod · 0.95

Tested by

no test coverage detected