MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_four

Method test_four

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

Source from the content-addressed store, hash-verified

1690 )
1691
1692 def test_four(self):
1693 x = column("x")
1694 self.assert_compile(
1695 and_(or_(x == 5), or_(x == 7)), "x = :x_1 AND x = :x_2"
1696 )
1697
1698 def test_five(self):
1699 x = column("x")

Callers

nothing calls this directly

Calls 4

columnFunction · 0.90
and_Function · 0.90
or_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected