MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_binary_identity_eq

Method test_binary_identity_eq

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

Source from the content-addressed store, hash-verified

3018 self._raises(c1 > c2)
3019
3020 def test_binary_identity_eq(self):
3021 c1 = column("c1")
3022 expr = c1 > 5
3023 self._assert_true(expr == expr)
3024
3025 def test_labeled_binary_identity_eq(self):
3026 c1 = column("c1")

Callers

nothing calls this directly

Calls 2

_assert_trueMethod · 0.95
columnFunction · 0.90

Tested by

no test coverage detected