]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)
authorAndreas Stocker <andreas@stocker.co.it>
Tue, 16 Jul 2024 15:14:26 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 15:14:26 +0000 (17:14 +0200)
commit8f2532168b4630e413a42ccb5e458708808702ea
tree6b521470a3b3c1e494c4f20b5f033f16bcff53f1
parent263c7e611bb24715e513d457a3477a61fff15162
gh-59022: Added tests for `pkgutil.extend_path` (#59022) (GH-121673)

This adds tests for the documented behaviour of `pkgutil.extend_path`
regarding different argument types as well as for `*.pkg` files.
Doc/library/pkgutil.rst
Lib/test/test_pkgutil.py
Misc/NEWS.d/next/Tests/2024-07-13-11-48-20.gh-issue-59022.fYNbQ8.rst [new file with mode: 0644]