MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_checkout_event

Method test_checkout_event

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

Source from the content-addressed store, hash-verified

667 eq_(canary, ["connect", "connect"])
668
669 def test_checkout_event(self):
670 p, canary = self._checkout_event_fixture()
671
672 p.connect()
673 eq_(canary, ["checkout"])
674
675 def test_checkout_event_fires_subsequent(self):
676 p, canary = self._checkout_event_fixture()

Callers

nothing calls this directly

Calls 3

eq_Function · 0.90
connectMethod · 0.45

Tested by

no test coverage detected