MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_nine

Method test_nine

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

Source from the content-addressed store, hash-verified

1584 )
1585
1586 def test_nine(self):
1587 self.assert_compile(
1588 and_(false(), true()), "0 = 1", dialect=self._dialect(False)
1589 )
1590
1591 def test_ten(self):
1592 c = column("x", Boolean)

Callers

nothing calls this directly

Calls 5

_dialectMethod · 0.95
and_Function · 0.90
falseFunction · 0.90
trueFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected