MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_column_identity_gt

Method test_column_identity_gt

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

Source from the content-addressed store, hash-verified

3006 self._assert_true(c1 == c1)
3007
3008 def test_column_identity_gt(self):
3009 c1 = column("c1")
3010 self._raises(c1 > c1)
3011
3012 def test_column_compare_eq(self):
3013 c1, c2 = column("c1"), column("c2")

Callers

nothing calls this directly

Calls 2

_raisesMethod · 0.95
columnFunction · 0.90

Tested by

no test coverage detected