This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Test the preferred API instead of relying on legacy for coverage
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jaraco Nosy List: FFY00, jaraco
Priority: normal Keywords: patch

Created on 2021-12-18 22:30 by jaraco, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 30189 merged jaraco, 2021-12-18 23:29
Messages (2)
msg408872 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-12-18 22:30
importlib_resources 5.4 did some refactoring to ensure that the preferred traversable API was tested (https://github.com/python/importlib_resources/pull/239). Let's incorporate those changes for importlib.resources.
msg408879 - (view) Author: Jason R. Coombs (jaraco) * (Python committer) Date: 2021-12-19 02:29
New changeset 9b52920173735ac609664c6a3a3021d24a95a092 by Jason R. Coombs in branch 'main':
bpo-46125: Refactor tests to test traversable API directly. Includes changes from importlib_resources 5.4.0. (GH-30189)
https://github.com/python/cpython/commit/9b52920173735ac609664c6a3a3021d24a95a092
History
Date User Action Args
2022-04-11 14:59:53adminsetgithub: 90283
2022-03-20 21:11:51jaracosetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2021-12-24 18:19:34FFY00setnosy: + FFY00
2021-12-19 02:29:21jaracosetmessages: + msg408879
2021-12-18 23:29:44jaracosetkeywords: + patch
stage: patch review
pull_requests: + pull_request28409
2021-12-18 22:31:18jaracosetassignee: jaraco
2021-12-18 22:31:06jaracosetcomponents: + Library (Lib)
versions: + Python 3.11
2021-12-18 22:30:51jaracocreate