]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-138584: Increase test coverage for `collections.UserList` (#138590)
authordbXD320 <devanshbaghla320@gmail.com>
Sun, 7 Sep 2025 08:53:22 +0000 (14:23 +0530)
committerGitHub <noreply@github.com>
Sun, 7 Sep 2025 08:53:22 +0000 (10:53 +0200)
commitd7b9ea5cab984497526fcc0b988e4eb5988c1e88
tree00ac82dbc32f1a414d38ed8f47016cdad3571b9a
parent4ed046c48178118d935c879b97fdccac92c16a94
gh-138584: Increase test coverage for `collections.UserList` (#138590)

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

---------

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