PR: Fix test_copy_paste_autoindent
forcing text over the clipboard to work (Editor)
#22618
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of Changes
Checking PR #22480 I was able to confirm that the test
spyder\plugins\editor\widgets\codeeditor\tests\test_autoindent.py::test_copy_paste_autoindent
had an error and it was being able to pass by forcing some text to be over the clipboard. The need to use the clipboard directly was due to an incorrect position definition (59 instead of 51) to select text. Also, this position definition was causing a warning (QtWarningMsg: QTextCursor::setPosition: Position '59' out of range
) since the text used over the test doesn't have such position. This warning can be seen in the PR #22480 failed testCaptured Qt messages
section: https://github.com/spyder-ide/spyder/actions/runs/10797623921/job/30226163168?pr=22480#step:14:6338Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: dalthviz