Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_queue_pool
Method
test_queue_pool
test/engine/test_pool.py:422–423 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
420
eq_(canary, assertion)
421
422
def
test_queue_pool(self):
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"
])
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected