Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_null_pool
Method
test_null_pool
test/engine/test_pool.py:431–432 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
429
self._do_test(pool.SingletonThreadPool, [
"R"
,
"CL"
,
"R"
])
430
431
def
test_null_pool(self):
432
self._do_test(pool.NullPool, [
"R"
,
"CL"
,
"R"
,
"CL"
])
433
434
def
test_static_pool(self):
435
self._do_test(pool.StaticPool, [
"R"
,
"CL"
,
"R"
])
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected