(self)
| 148 | test(False, prefix, None, None, bell=True) |
| 149 | |
| 150 | def test_fetch_cursor_move(self): |
| 151 | # Move cursor after fetch |
| 152 | self.history.fetch(reverse=True) # initialization |
| 153 | self.text.mark_set('insert', 'iomark') |
| 154 | self.fetch_test(True, line2, None, None, bell=True) |
| 155 | |
| 156 | def test_fetch_edit(self): |
| 157 | # Edit after fetch |
nothing calls this directly
no test coverage detected