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

Method test_empty_or_raw

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

Source from the content-addressed store, hash-verified

1533 )
1534
1535 def test_empty_or_raw(self):
1536 self.assert_compile(
1537 BooleanClauseList._construct_raw(operators.and_), ""
1538 )
1539
1540 def test_four(self):
1541 x = column("x")

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
_construct_rawMethod · 0.45

Tested by

no test coverage detected