MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_connect_event

Method test_connect_event

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

Source from the content-addressed store, hash-verified

614 eq_(canary, ["first_connect", "first_connect"])
615
616 def test_connect_event(self):
617 p, canary = self._connect_event_fixture()
618
619 p.connect()
620 eq_(canary, ["connect"])
621
622 def test_connect_insert_event(self):
623 p = self._queuepool_fixture()

Callers

nothing calls this directly

Calls 3

eq_Function · 0.90
connectMethod · 0.45

Tested by

no test coverage detected