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

Method test_queuepool_del

test/engine/test_pool.py:1030–1031  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1028
1029class QueuePoolTest(PoolTestBase):
1030 def test_queuepool_del(self):
1031 self._do_testqueuepool(useclose=False)
1032
1033 def test_queuepool_close(self):
1034 self._do_testqueuepool(useclose=True)

Callers

nothing calls this directly

Calls 1

_do_testqueuepoolMethod · 0.95

Tested by

no test coverage detected