MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _queuepool_fixture

Method _queuepool_fixture

test/engine/test_pool.py:87–89  ·  view source on GitHub ↗
(self, **kw)

Source from the content-addressed store, hash-verified

85 return connection
86
87 def _queuepool_fixture(self, **kw):
88 dbapi, pool = self._queuepool_dbapi_fixture(**kw)
89 return pool
90
91 def _queuepool_dbapi_fixture(self, **kw):
92 dbapi = MockDBAPI()

Callers 15

test_infoMethod · 0.80
test_rec_infoMethod · 0.80
_reset_event_fixtureMethod · 0.80
_close_event_fixtureMethod · 0.80
_detach_event_fixtureMethod · 0.80

Calls 1

Tested by

no test coverage detected