Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Docs: fix spelling of 'test case' in unittest documentation#134137

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
picnixz merged 1 commit intopython:mainfromcliff688:docs-unittest-sp
May 17, 2025

Conversation

cliff688
Copy link
Contributor

@cliff688cliff688 commentedMay 17, 2025
edited by github-actionsbot
Loading

@python-cla-bot
Copy link

python-cla-botbot commentedMay 17, 2025
edited
Loading

All commit authors signed the Contributor License Agreement.

CLA signed

@picnixzpicnixz added needs backport to 3.13bugs and security fixes needs backport to 3.14bugs and security fixes labelsMay 17, 2025
@picnixzpicnixz merged commitb41d79c intopython:mainMay 17, 2025
41 checks passed
@github-project-automationgithub-project-automationbot moved this fromTodo toDone inDocs PRsMay 17, 2025
@miss-islington-app
Copy link

Thanks@cliff688 for the PR, and@picnixz for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 17, 2025
…GH-134137)(cherry picked from commitb41d79c)Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
@bedevere-app
Copy link

GH-134138 is a backport of this pull request to the3.14 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestMay 17, 2025
…GH-134137)(cherry picked from commitb41d79c)Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
@bedevere-appbedevere-appbot removed the needs backport to 3.14bugs and security fixes labelMay 17, 2025
@bedevere-app
Copy link

GH-134139 is a backport of this pull request to the3.13 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.13bugs and security fixes labelMay 17, 2025
picnixz pushed a commit that referenced this pull requestMay 17, 2025
…H-134137) (#134138)Docs: fix spelling of "test case" in `unittest` documentation (GH-134137)(cherry picked from commitb41d79c)Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
picnixz pushed a commit that referenced this pull requestMay 17, 2025
…H-134137) (#134139)Docs: fix spelling of "test case" in `unittest` documentation (GH-134137)(cherry picked from commitb41d79c)Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure⚠️⚠️⚠️

Hi! The buildbotAMD64 FreeBSD Refleaks 3.14 (tier-3) has failed when building commitb43e1d0.

What do you need to do:

  1. Don't panic.
  2. Checkthe buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1800/builds/57) and take a look at the build logs.
  4. Check if the failure is related to this commit (b43e1d0) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1800/builds/57

Test leaking resources:

  • test_events: references
  • test_events: memory blocks

Summary of the results of the build (if available):

==

Click to see traceback logs
Traceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/support/__init__.py", line829, ingc_collect    gc.collect()ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('127.0.0.1', 49001), raddr=('127.0.0.1', 49002)>Task was destroyed but it is pending!task:<Task pending name='Task-3372' coro=<BaseSelectorEventLoop._accept_connection2() done, defined at /buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py:217> wait_for=<Future pending cb=[Task.task_wakeup()]>>Warning -- Unraisable exceptionException ignored while calling deallocator <function _SelectorTransport.__del__ at 0x83927c7d0>:Traceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py", line873, in__del__    _warn(f"unclosed transport{self!r}",ResourceWarning,source=self)ResourceWarning:unclosed transport <_SelectorSocketTransport closing fd=9>kTraceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/test/support/__init__.py", line829, ingc_collect    gc.collect()ResourceWarning:unclosed <socket.socket fd=9, family=2, type=1, proto=6, laddr=('127.0.0.1', 50335), raddr=('127.0.0.1', 50336)>Task was destroyed but it is pending!task:<Task pending name='Task-3845' coro=<BaseSelectorEventLoop._accept_connection2() done, defined at /buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py:217> wait_for=<Future pending cb=[Task.task_wakeup()]>>Warning -- Unraisable exceptionException ignored while calling deallocator <function _SelectorTransport.__del__ at 0x840f27110>:Traceback (most recent call last):  File"/buildbot/buildarea/3.14.ware-freebsd.refleak/build/Lib/asyncio/selector_events.py", line873, in__del__    _warn(f"unclosed transport{self!r}",ResourceWarning,source=self)ResourceWarning:unclosed transport <_SelectorSocketTransport closing fd=9>k

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@picnixzpicnixzpicnixz approved these changes

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip issueskip news
Projects
Status: Done
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@cliff688@bedevere-bot@picnixz

[8]ページ先頭

©2009-2025 Movatter.jp