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

Method test_queuepool_close

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

Source from the content-addressed store, hash-verified

1031 self._do_testqueuepool(useclose=False)
1032
1033 def test_queuepool_close(self):
1034 self._do_testqueuepool(useclose=True)
1035
1036 def _do_testqueuepool(self, useclose=False):
1037 p = self._queuepool_fixture(pool_size=3, max_overflow=-1)

Callers

nothing calls this directly

Calls 1

_do_testqueuepoolMethod · 0.95

Tested by

no test coverage detected