MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _loop_test

Method _loop_test

test/sql/test_operators.py:181–183  ·  view source on GitHub ↗
(self, operator, *arg)

Source from the content-addressed store, hash-verified

179 )
180
181 def _loop_test(self, operator, *arg):
182 loop = LoopOperate()
183 is_(operator(loop, *arg), operator)
184
185 @testing.combinations(
186 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