]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 7 Sep 2025 09:52:35 +0000 (11:52 +0200)
committerGitHub <noreply@github.com>
Sun, 7 Sep 2025 09:52:35 +0000 (09:52 +0000)
commit614c493406c3b6f805096d4e13fcc1a7fc506fef
tree46d8e35741c5f235b777d0450cf2d8adddcc2fe4
parente5bbcb1605db017aa66090a3825fc18807b4e922
[3.13] gh-138584: Increase test coverage for `collections.UserList` (GH-138590) (#138611)

gh-138584: Increase test coverage for `collections.UserList` (GH-138590)

Some common tests in `test.list_tests.CommonTest` explicitly tested `list`
instead of testing the underlying list-like type defined in `type2test`.

---------
(cherry picked from commit d7b9ea5cab984497526fcc0b988e4eb5988c1e88)

Co-authored-by: dbXD320 <devanshbaghla320@gmail.com>
Co-authored-by: Devansh Baghla <devanshbaghla34@gmail.com>
Lib/test/list_tests.py