(self)
| 1809 | |
| 1810 | # This is useful for scanning through the possible tests. |
| 1811 | def _skim_close_tests(self): |
| 1812 | ChannelCloseFixture.QUICK = True |
| 1813 | for i, fix, actions in self._iter_close_tests(): |
| 1814 | pass |
| 1815 | |
| 1816 | def test_close(self): |
| 1817 | for i, fix, actions in self._iter_close_tests(): |
nothing calls this directly
no test coverage detected