MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_three_b

Method test_three_b

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

Source from the content-addressed store, hash-verified

1498 )
1499
1500 def test_three_b(self):
1501 c = column("x", Boolean)
1502 self.assert_compile(
1503 select(c).where(~c),
1504 "SELECT x WHERE x = 0",
1505 dialect=self._dialect(False),
1506 )
1507
1508 def test_four(self):
1509 c = column("x", Boolean)

Callers

nothing calls this directly

Calls 5

_dialectMethod · 0.95
columnFunction · 0.90
selectFunction · 0.85
assert_compileMethod · 0.80
whereMethod · 0.45

Tested by

no test coverage detected