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

Method test_nine

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

Source from the content-addressed store, hash-verified

1432 )
1433
1434 def test_nine(self):
1435 self.assert_compile(
1436 and_(false(), true()), "0 = 1", dialect=self._dialect(False)
1437 )
1438
1439 def test_ten(self):
1440 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