MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_static_pool

Method test_static_pool

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

Source from the content-addressed store, hash-verified

432 self._do_test(pool.NullPool, ["R", "CL", "R", "CL"])
433
434 def test_static_pool(self):
435 self._do_test(pool.StaticPool, ["R", "CL", "R"])
436
437
438class PoolEventsTest(PoolTestBase):

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected