(self)
| 522 | return p, canary |
| 523 | |
| 524 | def _close_event_fixture(self): |
| 525 | p = self._queuepool_fixture() |
| 526 | canary = Mock() |
| 527 | event.listen(p, class="st">"close", canary) |
| 528 | |
| 529 | return p, canary |
| 530 | |
| 531 | def _detach_event_fixture(self): |
| 532 | p = self._queuepool_fixture() |
no test coverage detected