Skip to content

gh-138772: Add tests for Turtle.dot signature - #138773

Merged
serhiy-storchaka merged 2 commits into
python:mainfrom
JanEricNitschke:test-turtle-dot
Sep 25, 2025
Merged

gh-138772: Add tests for Turtle.dot signature#138773
serhiy-storchaka merged 2 commits into
python:mainfrom
JanEricNitschke:test-turtle-dot

Conversation

@JanEricNitschke

@JanEricNitschkeJanEricNitschke commented Sep 11, 2025

Copy link
Copy Markdown
Contributor

PR to add some tests/clarifications and possible docs for Turtle.dot().

@bedevere-appbedevere-appBot added the tests Tests in the Lib/test dir label Sep 11, 2025
@bedevere-app

This comment was marked as resolved.

@JanEricNitschke

Copy link
Copy Markdown
ContributorAuthor

I think the test failure is unrelated.

Comment threadLib/test/test_turtle.py Outdated

@serhiy-storchakaserhiy-storchaka left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. 👍

@serhiy-storchaka
serhiy-storchaka merged commit 2462807 into python:mainSep 25, 2025
47 checks passed
@miss-islington-app

Copy link
Copy Markdown

Thanks @JanEricNitschke for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Thanks @JanEricNitschke for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 25, 2025
(cherry picked from commit 2462807)
Co-authored-by: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com>
@miss-islington-app

Copy link
Copy Markdown

Sorry, @JanEricNitschke and @serhiy-storchaka, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 2462807b702d9a71f0bd73a6618d4948491852a0 3.13

@bedevere-app

Copy link
Copy Markdown

GH-139326 is a backport of this pull request to the 3.14 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Sep 25, 2025
@adorilsonadorilson mentioned this pull request Sep 13, 2025
21 tasks
encukou pushed a commit that referenced this pull request Oct 7, 2025
…H-139326)
(cherry picked from commit 2462807)
Co-authored-by: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com>
@hugovk

Copy link
Copy Markdown
Member

@JanEricNitschke Would you like to have a go backporting this to 3.13? See #138773 (comment).

@JanEricNitschke

Copy link
Copy Markdown
ContributorAuthor

@hugovk Yes, let me have a look.

PR should then look like this one i assume: #139326

@hugovk

Copy link
Copy Markdown
Member

Yes, that's right, after fixing a conflict 👍

JanEricNitschke added a commit to JanEricNitschke/cpython that referenced this pull request Nov 4, 2025
…H-138773)
(cherry picked from commit 2462807)
Co-authored-by: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-140992 is a backport of this pull request to the 3.13 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.13 bugs and security fixes label Nov 4, 2025
@JanEricNitschke

Copy link
Copy Markdown
ContributorAuthor

Created one, but not sure if i did it correctly by adding the whole test classes that were missing or if i should have just done the minimal changes instead.

hugovk added a commit that referenced this pull request Nov 5, 2025
…140992)
Co-authored-by: Jan-Eric Nitschke <47750513+JanEricNitschke@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
@serhiy-storchakaserhiy-storchaka removed their assignment Jul 15, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting mergeskip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@JanEricNitschke@hugovk@serhiy-storchaka@StanFromIreland@aisk