]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145144: Add more tests for UserList, UserDict, etc (GH-145145) (GH-146290)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Mar 2026 15:47:37 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2026 15:47:37 +0000 (15:47 +0000)
commit8e7c62b41a927efd5a1e6d487a7fc4d767c6cca3
tree5bf472ee1fb8a795e39d94d0237c2b2937efec60
parent114d1c38b1b478374b5677c8e1d5d0470e11feea
[3.14] gh-145144: Add more tests for UserList, UserDict, etc (GH-145145) (GH-146290)

(cherry picked from commit 161329cde2b1ce4e6a6fdd85c0da1d857aebfd2d)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/seq_tests.py
Lib/test/string_tests.py
Lib/test/test_bytes.py
Lib/test/test_userdict.py
Lib/test/test_userlist.py
Lib/test/test_userstring.py