MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _cases

Method _cases

test/orm/test_utils.py:590–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588 run_inserts = None
589
590 def _cases():
591 return testing.combinations(
592 (orm_util,), (Session,), argnames="ormutil"
593 )
594
595 @_cases()
596 def test_identity_key_1(self, ormutil):

Callers

nothing calls this directly

Calls 1

combinationsMethod · 0.45

Tested by

no test coverage detected