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

Method test_eight

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

Source from the content-addressed store, hash-verified

1579 )
1580
1581 def test_eight(self):
1582 self.assert_compile(
1583 and_(false(), true()), "false", dialect=self._dialect(True)
1584 )
1585
1586 def test_nine(self):
1587 self.assert_compile(

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