Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa46aa7

Browse files
committed
Issue #27801: Merge from 3.5
2 parents 4bb31e9 + 53926f1 commit fa46aa7

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
@@ -395,6 +395,7 @@ def test_issue21088(self):
395395

396396
class MiscTests(unittest.TestCase):
397397

398+
@requires_curses_func('update_lines_cols')
398399
def test_update_lines_cols(self):
399400
# this doesn't actually test that LINES and COLS are updated,
400401
# because we can't automate changing them. See Issue #4254 for

0 commit comments

Comments
 (0)