Tin mới
GitHub CopilotWrite better code with AI
GitHub Copilot appDirect agents from issue to merge
CodespacesInstant dev environments
Code ReviewManage code changes
Code QualityEnforce quality at merge
GitHub Advanced SecurityFind and fix vulnerabilities
Code securitySecure your code as you build
Secret protectionStop leaks before they start
GitHub SponsorsFund open source developers
Copilot for BusinessEnterprise-grade AI features
Premium SupportEnterprise-grade 24/7 support
: Move Lib/unttest/test/ to Lib/test/test_unittest/
* Move Lib/unittest/test/ to Lib/test/test_unittest/
* Replace unittest.test with test.test_unittest
* Remove unittest.load_tests()
* Rewrite __init__.py and __main__.py
* Update build system, CODEOWNERS, wasm_assets.py
Move all stdlib tests in the test package #93839
Learn more about hiding disruptive comments
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/python/cpython/blob/main/Lib/test/test_unittest/testmock/testmock.py
Oh, maybe it was a different file. The inconsistent spacing, particularly between methods, in https://github.com/python/cpython/blob/main/Lib/test/test_unittest/testmock/testmock.py is the one I most remember.
Move test sub-packages to Lib/test #54781
gh-93839: Use load_package_tests() for testmock #94055
Revert 30935 defer bpo45162 to 312 (