mirror of
https://github.com/lowobservable/oec.git
synced 2026-05-01 13:56:53 +00:00
Add assertion for resetting dirty tracking on flush
This commit is contained in:
@@ -35,6 +35,8 @@ class SessionHandleHostTestCase(unittest.TestCase):
|
||||
|
||||
terminal.display.move_cursor.assert_called_with(row=0, column=3)
|
||||
|
||||
self.assertFalse(session.vt100_screen.dirty)
|
||||
|
||||
class SessionHandleKeyTestCase(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.terminal = Mock()
|
||||
|
||||
Reference in New Issue
Block a user