MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_eight

Method test_eight

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

Source from the content-addressed store, hash-verified

1724 )
1725
1726 def test_eight(self):
1727 x = column("x")
1728 self.assert_compile(
1729 or_(false(), x == 7, false(), x == 9), "x = :x_1 OR x = :x_2"
1730 )
1731
1732 def test_nine(self):
1733 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