MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_nine

Method test_single_bool_nine

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

Source from the content-addressed store, hash-verified

1638 self.assert_compile(or_(False), "false")
1639
1640 def test_single_bool_nine(self):
1641 self.assert_compile(
1642 and_(True),
1643 "1 = 1",
1644 dialect=default.DefaultDialect(supports_native_boolean=False),
1645 )
1646
1647 def test_single_bool_ten(self):
1648 self.assert_compile(

Callers

nothing calls this directly

Calls 2

and_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected