From https://github.com/python/core-workflow/issues/505 ``` Lib/test/test_curses.py:1371:5: F811 redefinition of unused 'test_move_left' from line 1362 ``` Source: https://github.com/python/cpython/blob/bbf722dcd39c66418e45991dcf1cdf140c2ce20e/Lib/test/test_curses.py#L1362-L1376 Based on a context, I think they should be renamed to `test_move_left` and `test_move_right`. <!-- gh-linked-prs --> ### Linked PRs * gh-106196 * gh-106216 <!-- /gh-linked-prs -->
From python/core-workflow#505
Source:
cpython/Lib/test/test_curses.py
Lines 1362 to 1376 in bbf722d
Based on a context, I think they should be renamed to
test_move_leftandtest_move_right.Linked PRs
test_curses#106196test_curses(GH-106196) #106216