MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_empty_or_raw

Method test_empty_or_raw

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

Source from the content-addressed store, hash-verified

1685 )
1686
1687 def test_empty_or_raw(self):
1688 self.assert_compile(
1689 BooleanClauseList._construct_raw(operators.and_), ""
1690 )
1691
1692 def test_four(self):
1693 x = column("x")

Callers

nothing calls this directly

Calls 2

assert_compileMethod · 0.80
_construct_rawMethod · 0.45

Tested by

no test coverage detected