MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_two

Method test_single_bool_two

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

Source from the content-addressed store, hash-verified

1617 self.assert_compile(~and_(true()), "false")
1618
1619 def test_single_bool_two(self):
1620 self.assert_compile(~and_(True), "false")
1621
1622 def test_single_bool_three(self):
1623 self.assert_compile(or_(~and_(true())), "false")

Callers

nothing calls this directly

Calls 2

and_Function · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected