We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_curses
From python/core-workflow#505
Lib/test/test_curses.py:1371:5: F811 redefinition of unused 'test_move_left' from line 1362
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_left and test_move_right.
test_move_left
test_move_right
The text was updated successfully, but these errors were encountered:
pythongh-106194: Rename duplicated tests in test_curses
7e8da24
gh-106194: Rename duplicated tests in test_curses (#106196)
3fb7c60
pythongh-106194: Rename duplicated tests in test_curses (pythonGH-1…
ae98dbe
…06196) (cherry picked from commit 3fb7c60) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
[3.12] gh-106194: Rename duplicated tests in test_curses (GH-106196) (
e12045d
#106216) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn
No branches or pull requests
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_left
andtest_move_right
.Linked PRs
test_curses
#106196test_curses
(GH-106196) #106216The text was updated successfully, but these errors were encountered: