MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_8837_async

Function test_8837_async

test/typing/plain_files/orm/sessionmakers.py:98–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def test_8837_async() -> None:
99 as_ = async_sessionmaker()
100
101 assert_type(as_, async_sessionmaker[AsyncSession])
102
103 async_session = as_()
104
105 assert_type(async_session, AsyncSession)
106
107
108# test #9338

Callers

nothing calls this directly

Calls 2

async_sessionmakerClass · 0.90
as_Function · 0.85

Tested by

no test coverage detected