Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bb31e9 + 53926f1 commit fa46aa7Copy full SHA for fa46aa7
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