bpo-40275: Adding filesystem_helper submodule in test.support#20625
bpo-40275: Adding filesystem_helper submodule in test.support#20625shihai1991 wants to merge 6 commits intopython:masterfrom
Conversation
|
@vstinner Hi, victor. Pls take a look if you have free time, thanks. |
vstinner
left a comment
There was a problem hiding this comment.
Sorry, I cannot review a PR modifying 100+ files. You may try to add a new submodule which first adds aliases to support symbols, create small PRs to update tests (ex: PR for 20 tests), and then really move symbols from support to the new submodule.
I mean something like that for support/filesystem_helper.py:
from test.support import TESTFN
I expect the first PR to only modify 3 files: support/__init__.py, the new submodule and test.rst.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
Thanks for your suggestion, victor. I will update this PR. |
I close this PR which has way too many reviewers. |
Add a new test.support.filesystem_helper submodule and move TESTFN to filesystem_helper.
https://bugs.python.org/issue40275