2 parents e359e14 + f064230 commit b8dbd04Copy full SHA for b8dbd04
1 file changed
Lib/test/test_curses.py
@@ -395,6 +395,7 @@ def test_issue21088(self):
395
396
class MiscTests(unittest.TestCase):
397
398
+ @requires_curses_func('update_lines_cols')
399
def test_update_lines_cols(self):
400
# this doesn't actually test that LINES and COLS are updated,
401
# because we can't automate changing them. See Issue #4254 for
0 commit comments