(self)
| 154 | self.fetch_test(True, line2, None, None, bell=True) |
| 155 | |
| 156 | def test_fetch_edit(self): |
| 157 | # Edit after fetch |
| 158 | self.history.fetch(reverse=True) # initialization |
| 159 | self.text.delete('iomark', 'insert', ) |
| 160 | self.text.insert('iomark', 'a =') |
| 161 | self.fetch_test(True, line1, 'a =', 0) # prefix is reset |
| 162 | |
| 163 | def test_history_prev_next(self): |
| 164 | # Minimally test functions bound to events |
nothing calls this directly
no test coverage detected