(self)
| 31 | self.assertIs(zoom.editwin, self.editwin) |
| 32 | |
| 33 | def test_zoom_height_event(self): |
| 34 | zoom = zoomheight.ZoomHeight(self.editwin) |
| 35 | zoom.zoom_height_event() |
| 36 | |
| 37 | |
| 38 | if __name__ == '__main__': |
nothing calls this directly
no test coverage detected