MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / test_eight

Method test_eight

test/sql/test_operators.py:1574–1578  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1572 )
1573
1574 def test_eight(self):
1575 x = column("x")
1576 self.assert_compile(
1577 or_(false(), x == 7, false(), x == 9), "x = :x_1 OR x = :x_2"
1578 )
1579
1580 def test_nine(self):
1581 x = column("x")

Callers

nothing calls this directly

Calls 4

columnFunction · 0.90
or_Function · 0.90
falseFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected