mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
gh-95218: Move tests for importlib.resources into test_importlib.resources. (#95219)
* gh-95218: Move tests for importlib.resources into test_importlib.resources. * Also update makefile * Include test_importlib/resources in code ownership rule.
This commit is contained in:
parent
9007dec606
commit
3e718cf880
36 changed files with 25 additions and 24 deletions
|
@ -5,8 +5,8 @@ import sys
|
|||
import types
|
||||
from pathlib import Path, PurePath
|
||||
|
||||
from .. import data01
|
||||
from .. import zipdata01
|
||||
from . import data01
|
||||
from . import zipdata01
|
||||
from importlib.abc import ResourceReader
|
||||
from test.support import import_helper
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue