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

Method test_single_bool_seven

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

Source from the content-addressed store, hash-verified

1480 self.assert_compile(and_(~or_(false())), "true")
1481
1482 def test_single_bool_seven(self):
1483 self.assert_compile(and_(True), "true")
1484
1485 def test_single_bool_eight(self):
1486 self.assert_compile(or_(False), "false")

Callers

nothing calls this directly

Calls 2

and_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected