(self)
| 591 | ) |
| 592 | |
| 593 | def test_stpool_echo(self): |
| 594 | q = self._stpool_echo_fixture() |
| 595 | self._test_queuepool(q, False) |
| 596 | |
| 597 | def test_stpool_logging(self): |
| 598 | q = self._stpool_logging_fixture() |
nothing calls this directly
no test coverage detected