MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_assertion_pool

Method test_assertion_pool

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

Source from the content-addressed store, hash-verified

423 self._do_test(pool.QueuePool, ["R", "CL", "R"])
424
425 def test_assertion_pool(self):
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"])

Callers

nothing calls this directly

Calls 1

_do_testMethod · 0.95

Tested by

no test coverage detected