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

Method test_four

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

Source from the content-addressed store, hash-verified

1538 )
1539
1540 def test_four(self):
1541 x = column("x")
1542 self.assert_compile(
1543 and_(or_(x == 5), or_(x == 7)), "x = :x_1 AND x = :x_2"
1544 )
1545
1546 def test_five(self):
1547 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