MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_column_compare_gt

Method test_column_compare_gt

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

Source from the content-addressed store, hash-verified

3014 self._assert_false(c1 == c2)
3015
3016 def test_column_compare_gt(self):
3017 c1, c2 = column("c1"), column("c2")
3018 self._raises(c1 > c2)
3019
3020 def test_binary_identity_eq(self):
3021 c1 = column("c1")

Callers

nothing calls this directly

Calls 2

_raisesMethod · 0.95
columnFunction · 0.90

Tested by

no test coverage detected