(self)
| 125 | self.fetch_test(True, prefix, None, None, bell=True) |
| 126 | |
| 127 | def test_fetch_next_prefix(self): |
| 128 | prefix = 'a' |
| 129 | self.text.insert('iomark', prefix) |
| 130 | self.fetch_test(False, line1, prefix, 0) |
| 131 | self.fetch_test(False, prefix, None, None, bell=True) |
| 132 | |
| 133 | def test_fetch_prev_noncyclic(self): |
| 134 | prefix = '' |
nothing calls this directly
no test coverage detected