()
| 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): |
nothing calls this directly
no test coverage detected