MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_fourteen

Method test_fourteen

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

Source from the content-addressed store, hash-verified

1757 )
1758
1759 def test_fourteen(self):
1760 x = column("x")
1761 self.assert_compile(
1762 select(x).where(~null()), "SELECT x WHERE NOT NULL"
1763 )
1764
1765 def test_constants_are_singleton(self):
1766 is_(null(), null())

Callers

nothing calls this directly

Calls 5

columnFunction · 0.90
nullFunction · 0.90
selectFunction · 0.85
assert_compileMethod · 0.80
whereMethod · 0.45

Tested by

no test coverage detected