MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_ten

Method test_single_bool_ten

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

Source from the content-addressed store, hash-verified

1645 )
1646
1647 def test_single_bool_ten(self):
1648 self.assert_compile(
1649 or_(False),
1650 "0 = 1",
1651 dialect=default.DefaultDialect(supports_native_boolean=False),
1652 )
1653
1654 @combinations(
1655 (and_, "and_", r"true", "True"),

Callers

nothing calls this directly

Calls 2

or_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected