MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_eight

Method test_single_bool_eight

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

Source from the content-addressed store, hash-verified

1635 self.assert_compile(and_(True), "true")
1636
1637 def test_single_bool_eight(self):
1638 self.assert_compile(or_(False), "false")
1639
1640 def test_single_bool_nine(self):
1641 self.assert_compile(

Callers

nothing calls this directly

Calls 2

or_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected