(self)
| 667 | eq_(canary, ["connect", "connect"]) |
| 668 | |
| 669 | def test_checkout_event(self): |
| 670 | p, canary = self._checkout_event_fixture() |
| 671 | |
| 672 | p.connect() |
| 673 | eq_(canary, ["checkout"]) |
| 674 | |
| 675 | def test_checkout_event_fires_subsequent(self): |
| 676 | p, canary = self._checkout_event_fixture() |
nothing calls this directly
no test coverage detected