MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_val_and_false

Method test_val_and_false

test/sql/test_compiler.py:7857–7859  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7855 )
7856
7857 def test_val_and_false(self):
7858 t = self._fixture()
7859 self.assert_compile(and_(t.c.id == 1, False), "false")
7860
7861 def test_val_and_true_coerced(self):
7862 t = self._fixture()

Callers

nothing calls this directly

Calls 3

_fixtureMethod · 0.95
and_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected