mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
Issue #27801: Merge from 3.5
This commit is contained in:
commit
fa46aa7899
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ class TestCurses(unittest.TestCase):
|
||||||
|
|
||||||
class MiscTests(unittest.TestCase):
|
class MiscTests(unittest.TestCase):
|
||||||
|
|
||||||
|
@requires_curses_func('update_lines_cols')
|
||||||
def test_update_lines_cols(self):
|
def test_update_lines_cols(self):
|
||||||
# this doesn't actually test that LINES and COLS are updated,
|
# this doesn't actually test that LINES and COLS are updated,
|
||||||
# because we can't automate changing them. See Issue #4254 for
|
# because we can't automate changing them. See Issue #4254 for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue