(self)
| 600 | |
| 601 | @testing.requires.predictable_gc |
| 602 | def test_queuepool_echo(self): |
| 603 | q = self._queuepool_echo_fixture() |
| 604 | self._test_queuepool(q) |
| 605 | |
| 606 | @testing.requires.predictable_gc |
| 607 | def test_queuepool_logging(self): |
nothing calls this directly
no test coverage detected