Skip to content

Commit 637352d

Browse files
Merge remote-tracking branch 'origin/curses-scr-dump' into curses-scr-dump
2 parents c05f51c + df15c09 commit 637352d

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
@@ -1117,6 +1117,7 @@ def test_putwin(self):
11171117
self.assertEqual(win.instr(2, 0), b' Lorem ipsum')
11181118

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

0 commit comments

Comments
 (0)