(context)
| 1592 | |
| 1593 | @self._fixture |
| 1594 | def fn(context): |
| 1595 | collect(context.get_current_parameters()) |
| 1596 | |
| 1597 | table = self.tables.some_table |
| 1598 | if exec_type in ("multivalues", "executemany"): |
nothing calls this directly
no test coverage detected