(self)
| 515 | return p, canary |
| 516 | |
| 517 | def _soft_invalidate_event_fixture(self): |
| 518 | p = self._queuepool_fixture() |
| 519 | canary = Mock() |
| 520 | event.listen(p, "soft_invalidate", canary) |
| 521 | |
| 522 | return p, canary |
| 523 | |
| 524 | def _close_event_fixture(self): |
| 525 | p = self._queuepool_fixture() |
no test coverage detected