gh-59022: add tests to extend_path#12871
Conversation
|
Would anybody mind to review and possibly merge this PR? |
Sorry, something went wrong.
|
@vsajip, @brettcannon, could you review and possibly merge this PR, please? (as the ones who committed into |
Sorry, something went wrong.
|
I'm rather swamped right now, so it might be a while (especially since I want to deprecate the entire |
Sorry, something went wrong.
brettcannon
left a comment
There was a problem hiding this comment.
The tests have some misleading names and they are not cleaning up after themselves appropriately.
Sorry, something went wrong.
|
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 |
Sorry, something went wrong.
|
Do we close this or do we remove the pending label? It's been almost 100 days. |
Sorry, something went wrong.
|
Closing due to inactivity. |
Sorry, something went wrong.
Actually, there are some tests for extend_path already (see https://github.com/python/cpython/blob/master/Lib/test/test_pkgutil.py#L235). I add some tests for it anyway. However, I didn't test every line of the code in the extend_path function.
https://bugs.python.org/issue14817