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

Method test_single_bool_three

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

Source from the content-addressed store, hash-verified

1468 self.assert_compile(~and_(True), "false")
1469
1470 def test_single_bool_three(self):
1471 self.assert_compile(or_(~and_(true())), "false")
1472
1473 def test_single_bool_four(self):
1474 self.assert_compile(~or_(false()), "true")

Callers

nothing calls this directly

Calls 4

or_Function · 0.90
and_Function · 0.90
trueFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected