Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/psycopg/psycopg
/ pool_cls
Function
pool_cls
tests/pool/test_pool_common_async.py:25–26 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
23
24
@pytest.fixture(params=[
"AsyncConnectionPool"
,
"AsyncNullConnectionPool"
])
25
def
pool_cls(request):
26
return
getattr(pool, request.param)
27
28
29
async
def
test_defaults(pool_cls, dsn):
Callers
15
test_defaults
Function · 0.70
test_connection_class
Function · 0.70
test_kwargs
Function · 0.70
test_context
Function · 0.70
test_create_warning
Function · 0.70
test_wait_closed
Function · 0.70
test_setup_no_timeout
Function · 0.70
test_configure_badstate
Function · 0.70
test_configure_broken
Function · 0.70
test_queue
Function · 0.70
test_queue_size
Function · 0.70
test_queue_timeout
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected