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

Method test_eight

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

Source from the content-addressed store, hash-verified

1427 )
1428
1429 def test_eight(self):
1430 self.assert_compile(
1431 and_(false(), true()), "false", dialect=self._dialect(True)
1432 )
1433
1434 def test_nine(self):
1435 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