(self)
| 139 | test(True, line1, prefix, 0, bell=True) |
| 140 | |
| 141 | def test_fetch_next_noncyclic(self): |
| 142 | prefix = '' |
| 143 | self.history.cyclic = False |
| 144 | test = self.fetch_test |
| 145 | test(False, prefix, None, None, bell=True) |
| 146 | test(True, line2, prefix, 1) |
| 147 | test(False, prefix, None, None, bell=True) |
| 148 | test(False, prefix, None, None, bell=True) |
| 149 | |
| 150 | def test_fetch_cursor_move(self): |
| 151 | # Move cursor after fetch |