(self)
| 711 | self.checkPixelsParam(widget, 'spacing2', 5, 6.4, 7.6, -1, '0.1c') |
| 712 | |
| 713 | def test_configure_spacing3(self): |
| 714 | widget = self.create() |
| 715 | self.checkPixelsParam(widget, 'spacing3', 20, 21.4, 22.6, -10, '0.5c') |
| 716 | |
| 717 | def test_configure_startline(self): |
| 718 | widget = self.create() |
nothing calls this directly
no test coverage detected