MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_singleton_pool

Method test_singleton_pool

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

Source from the content-addressed store, hash-verified

426 self._do_test(pool.AssertionPool, ["R", "CL", "R"])
427
428 def test_singleton_pool(self):
429 self._do_test(pool.SingletonThreadPool, ["R", "CL", "R"])
430
431 def test_null_pool(self):
432 self._do_test(pool.NullPool, ["R", "CL", "R", "CL"])

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected