(self)
| 817 | self.assertEqual(output, computed) |
| 818 | |
| 819 | def test_range(self): |
| 820 | self._test([['start']], ['stop'], [['step']], |
| 821 | ( |
| 822 | ('stop',), |
| 823 | ('start', 'stop',), |
| 824 | ('start', 'stop', 'step',), |
| 825 | )) |
| 826 | |
| 827 | def test_add_window(self): |
| 828 | self._test([['x', 'y']], ['ch'], [['attr']], |