MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_8837_sync

Function test_8837_sync

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

Source from the content-addressed store, hash-verified

86
87
88def test_8837_sync() -> None:
89 sm = sessionmaker()
90
91 assert_type(sm, sessionmaker[Session])
92
93 session = sm()
94
95 assert_type(session, Session)
96
97
98def test_8837_async() -> None:

Callers

nothing calls this directly

Calls 1

sessionmakerClass · 0.90

Tested by

no test coverage detected