(self)
| 614 | eq_(canary, ["first_connect", "first_connect"]) |
| 615 | |
| 616 | def test_connect_event(self): |
| 617 | p, canary = self._connect_event_fixture() |
| 618 | |
| 619 | p.connect() |
| 620 | eq_(canary, ["connect"]) |
| 621 | |
| 622 | def test_connect_insert_event(self): |
| 623 | p = self._queuepool_fixture() |
nothing calls this directly
no test coverage detected