bpo-40275: Use new test.support helper submodules in tests#21743
bpo-40275: Use new test.support helper submodules in tests#21743vstinner merged 1 commit intopython:masterfrom
Conversation
1abdbff to
cc5a557
Compare
cc5a557 to
d4f0586
Compare
|
cc @vstinner |
|
@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. |
That's great!
You can write a test/WIP PR which removes aliases in test.support and see which tests fail. |
yep. I have already did this ; ) |
Use test helpers in the following test cases:
https://bugs.python.org/issue40275