mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +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
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -61,7 +61,7 @@ Python/pythonrun.c @iritkatriel
|
|||
# bytecode.
|
||||
**/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
||||
**/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw
|
||||
**/importlib/resources/* @jaraco @warsaw @brettcannon
|
||||
**/*importlib/resources/* @jaraco @warsaw @brettcannon
|
||||
**/importlib/metadata/* @jaraco @warsaw
|
||||
|
||||
# Dates and times
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue