MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_five

Method test_five

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

Source from the content-addressed store, hash-verified

1696 )
1697
1698 def test_five(self):
1699 x = column("x")
1700 self.assert_compile(and_(true()._ifnone(None), x == 7), "x = :x_1")
1701
1702 def test_six(self):
1703 x = column("x")

Callers

nothing calls this directly

Calls 5

columnFunction · 0.90
and_Function · 0.90
trueFunction · 0.90
assert_compileMethod · 0.80
_ifnoneMethod · 0.80

Tested by

no test coverage detected