MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_single_bool_one

Method test_single_bool_one

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

Source from the content-addressed store, hash-verified

1614 __dialect__ = default.DefaultDialect(supports_native_boolean=True)
1615
1616 def test_single_bool_one(self):
1617 self.assert_compile(~and_(true()), "false")
1618
1619 def test_single_bool_two(self):
1620 self.assert_compile(~and_(True), "false")

Callers

nothing calls this directly

Calls 3

and_Function · 0.90
trueFunction · 0.90
assert_compileMethod · 0.80

Tested by

no test coverage detected