(self)
| 825 | )) |
| 826 | |
| 827 | def test_add_window(self): |
| 828 | self._test([['x', 'y']], ['ch'], [['attr']], |
| 829 | ( |
| 830 | ('ch',), |
| 831 | ('ch', 'attr'), |
| 832 | ('x', 'y', 'ch',), |
| 833 | ('x', 'y', 'ch', 'attr'), |
| 834 | )) |
| 835 | |
| 836 | def test_ludicrous(self): |
| 837 | self._test([['a1', 'a2', 'a3'], ['b1', 'b2']], ['c1'], [['d1', 'd2'], ['e1', 'e2', 'e3']], |