bpo-40275: Use new test.support helper submodules in tests by shihai1991 · Pull Request #21743 · python/cpython
Conversation
Use test helpers in the following test cases:
- test_dbm_gnu
- test_faulthandler
- test_grp
- test_dbm_gnu
- test_faulthandler
- test_grp
- test_http_cookiejar
- test_httpservers
- test_import
- test_ntpath
- test_site
- test_socketserver
- test_statistics
- test_tabnanny
- test_tcl
- test_md5sum
- test_turtle
- test_urllib2net
- test_urllibnet
- test_webbrowser
- test_winsound
- test_tkinter
shihai1991
changed the title
[WIP] Remove import test helper in test.support
bpo-40275: Use new test.support helper submodules in tests
@shihai1991: How many remaining tests need to be patched? Do you have an estimation?
@shihai1991: How many remaining tests need to be patched? Do you have an estimation?
I have ported all tests what I can test in my centos vm. To some testcases which runs in windows and macos I depend ci gate to estimate.
I estimate it's between 5 to 8(not too exact)
I estimate it's between 5 to 8(not too exact)
That's great!
I have ported all tests what I can test in my centos vm. To some testcases which runs in windows and macos I depend ci gate to estimate.
You can write a test/WIP PR which removes aliases in test.support and see which tests fail.
You can write a test/WIP PR which removes aliases in test.support and see which tests fail.
yep. I have already did this ; )
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