MCPcopy
hub / github.com/pdfarranger/pdfarranger / test_03_scale

Method test_03_scale

tests/test.py:725–729  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 4

_scale_selectedMethod · 0.80
_appMethod · 0.80
_assert_selectedMethod · 0.80
_assert_page_sizeMethod · 0.80

Tested by

no test coverage detected