(self)
| 111 | test(True, prefix, None, None, bell=True) |
| 112 | |
| 113 | def test_fetch_next_cyclic(self): |
| 114 | prefix = '' |
| 115 | test = self.fetch_test |
| 116 | test(False, line1, prefix, 0) |
| 117 | test(False, line2, prefix, 1) |
| 118 | test(False, prefix, None, None, bell=True) |
| 119 | |
| 120 | # Prefix 'a' tests skip line2, which starts with 'b' |
| 121 | def test_fetch_prev_prefix(self): |