MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_expression

Method test_expression

test/ext/test_hybrid.py:1218–1220  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1216 eq_(a1.value(7), 17)
1217
1218 def test_expression(self):
1219 A = self._fixture()
1220 self.assert_compile(A.value(5), "foo(a.value, :foo_1) + :foo_2")
1221
1222 def test_info(self):
1223 A = self._fixture()

Callers

nothing calls this directly

Calls 3

_fixtureMethod · 0.95
assert_compileMethod · 0.80
valueMethod · 0.45

Tested by

no test coverage detected