MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / assert_

Method assert_

test/engine/test_reflection.py:2201–2202  ·  view source on GitHub ↗
(table)

Source from the content-addressed store, hash-verified

2199
2200 def test_override_type(self, connection):
2201 def assert_(table):
2202 assert isinstance(table.c.x.type, sa.String)
2203
2204 self._do_test(connection, "x", {"type": sa.String}, assert_)
2205

Callers 15

test_comparison_opMethod · 0.45
test_drop_orderingMethod · 0.45
a_eqMethod · 0.45
test_select_limitMethod · 0.45
test_autoincrementMethod · 0.45
a_eqMethod · 0.45
test_in_expressionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected