(self)
| 723 | app.keyCombo("Right") |
| 724 | |
| 725 | def test_03_scale(self): |
| 726 | self._scale_selected(200) |
| 727 | self._app().keyCombo("<ctrl>Left") # rotate left |
| 728 | self._assert_selected("2") |
| 729 | self._assert_page_size(558.8, 431.8) |
| 730 | |
| 731 | def test_04_export(self): |
| 732 | app = self._app() |
nothing calls this directly
no test coverage detected