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

Method test_single_bool_nine

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

Source from the content-addressed store, hash-verified

1486 self.assert_compile(or_(False), "false")
1487
1488 def test_single_bool_nine(self):
1489 self.assert_compile(
1490 and_(True),
1491 "1 = 1",
1492 dialect=default.DefaultDialect(supports_native_boolean=False),
1493 )
1494
1495 def test_single_bool_ten(self):
1496 self.assert_compile(

Callers

nothing calls this directly

Calls 2

and_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected