diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-07-25 00:53:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 00:53:10 (GMT) |
commit | 3e718cf880e8994d76f6296a502497c16a956644 (patch) | |
tree | 4eeeeae42bdb6138b08c5f20711a8b426db606da /.gitattributes | |
parent | 9007dec606b790c05e158e588b696f3c210c2795 (diff) | |
download | cpython-3e718cf880e8994d76f6296a502497c16a956644.zip cpython-3e718cf880e8994d76f6296a502497c16a956644.tar.gz cpython-3e718cf880e8994d76f6296a502497c16a956644.tar.bz2 |
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.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index fb11ddb..79f7b71 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,8 +28,8 @@ Lib/test/cjkencodings/* noeol Lib/test/coding20731.py noeol Lib/test/decimaltestdata/*.decTest noeol Lib/test/test_email/data/*.txt noeol -Lib/test/test_importlib/data01/* noeol -Lib/test/test_importlib/namespacedata01/* noeol +Lib/test/test_importlib/resources/data01/* noeol +Lib/test/test_importlib/resources/namespacedata01/* noeol Lib/test/xmltestdata/* noeol # CRLF files |