{{ message }}
gh-131178: add unittest for turtledemo - #139983
Closed
fatelei wants to merge 1 commit into
Closed
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
9 tasks
fatelei
force-pushed
the
turtledemo_ut
branch
3 times, most recently
from
October 12, 2025 05:25
d4e86b8 to
e835630
Compare
terryjreedy
self-requested a review
October 12, 2025 06:15
StanFromIreland
requested changes
Oct 12, 2025
StanFromIreland
left a comment
Member
There was a problem hiding this comment.
Why are you creating a faux unittest? Please use the actual module, I suggest you look at the many other tests in Lib/test/.
StanFromIreland
marked this pull request as draft
October 12, 2025 07:08
fatelei
force-pushed
the
turtledemo_ut
branch
from
October 12, 2025 10:48
fe53817 to
7f8ce74
Compare
- Clean up trailing spaces on all lines - Maintain proper code formatting and readability - All tests continue to pass successfully
fatelei
force-pushed
the
turtledemo_ut
branch
from
October 12, 2025 10:55
7f8ce74 to
d1196ec
Compare
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

gh-131178: add unittest for turtledemo command line interface