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

Method test_single_bool_one

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

Source from the content-addressed store, hash-verified

1462 __dialect__ = default.DefaultDialect(supports_native_boolean=True)
1463
1464 def test_single_bool_one(self):
1465 self.assert_compile(~and_(true()), "false")
1466
1467 def test_single_bool_two(self):
1468 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