(self)
| 131 | self.fetch_test(False, prefix, None, None, bell=True) |
| 132 | |
| 133 | def test_fetch_prev_noncyclic(self): |
| 134 | prefix = '' |
| 135 | self.history.cyclic = False |
| 136 | test = self.fetch_test |
| 137 | test(True, line2, prefix, 1) |
| 138 | test(True, line1, prefix, 0) |
| 139 | test(True, line1, prefix, 0, bell=True) |
| 140 | |
| 141 | def test_fetch_next_noncyclic(self): |
| 142 | prefix = '' |