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:
Jason R. Coombs 2022-07-24 20:53:10 -04:00 committed by GitHub
parent 9007dec606
commit 3e718cf880
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 25 additions and 24 deletions

View file

@ -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