MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_queuepool_echo

Method test_queuepool_echo

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

Source from the content-addressed store, hash-verified

600
601 @testing.requires.predictable_gc
602 def test_queuepool_echo(self):
603 q = self._queuepool_echo_fixture()
604 self._test_queuepool(q)
605
606 @testing.requires.predictable_gc
607 def test_queuepool_logging(self):

Callers

nothing calls this directly

Calls 2

_test_queuepoolMethod · 0.95

Tested by

no test coverage detected