Issue #27801: Skip test_update_lines_cols when update_lines_cols() is not available

This commit is contained in:
Berker Peksag 2016-08-19 17:59:01 +03:00
parent c01e766b54
commit 53926f19cd
1 changed files with 1 additions and 0 deletions

View File

@ -395,6 +395,7 @@ class TestCurses(unittest.TestCase):
class MiscTests(unittest.TestCase):
@requires_curses_func('update_lines_cols')
def test_update_lines_cols(self):
# this doesn't actually test that LINES and COLS are updated,
# because we can't automate changing them. See Issue #4254 for