MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_statement_coercion_ddl

Method test_statement_coercion_ddl

test/sql/test_roles.py:305–307  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

303 is_true(expect(roles.StatementRole, select(t)).compare(select(t)))
304
305 def test_statement_coercion_ddl(self):
306 d1 = DDL("hi")
307 is_(expect(roles.StatementRole, d1), d1)
308
309 def test_from_clause_role(self):
310 stmt = select(t).subquery()

Callers

nothing calls this directly

Calls 3

is_Function · 0.90
expectFunction · 0.90
DDLClass · 0.85

Tested by

no test coverage detected