MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _loop_test

Method _loop_test

test/sql/test_operators.py:192–194  ·  test/sql/test_operators.py::DefaultColumnComparatorTest._loop_test
(self, operator, *arg)

Source from the content-addressed store, hash-verified

190 )
191
192 def _loop_test(self, operator, *arg):
193 loop = LoopOperate()
194 is_(operator(loop, *arg), operator)
195
196 @testing.combinations(
197 operators.add,

Callers 4

test_scalarMethod · 0.95
test_operateMethod · 0.95
test_inMethod · 0.95
test_not_inMethod · 0.95

Calls 2

is_Function · 0.90
LoopOperateClass · 0.85

Tested by

no test coverage detected