(self)
| 595 | self._test_queuepool(q, False) |
| 596 | |
| 597 | def test_stpool_logging(self): |
| 598 | q = self._stpool_logging_fixture() |
| 599 | self._test_queuepool(q, False) |
| 600 | |
| 601 | @testing.requires.predictable_gc |
| 602 | def test_queuepool_echo(self): |
nothing calls this directly
no test coverage detected