Skip to content

Commit df15c09

Browse files
Apply suggestion from @serhiy-storchaka
1 parent a0546a5 commit df15c09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_curses.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,7 @@ def test_putwin(self):
835835
self.assertEqual(win.instr(2, 0), b' Lorem ipsum')
836836

837837
def test_scr_dump(self):
838+
# Test scr_dump(), scr_restore(), scr_init() and scr_set().
838839
# scr_dump() writes the virtual screen to a named file; the other three
839840
# functions load it back. The dumped image is internal curses state,
840841
# not a window, so the round-trip is checked by comparing dump files

0 commit comments

Comments
 (0)