]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145144: Add more tests for UserList, UserDict, etc (GH-145145)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2026 14:22:25 +0000 (16:22 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2026 14:22:25 +0000 (16:22 +0200)
commit161329cde2b1ce4e6a6fdd85c0da1d857aebfd2d
tree9cd08557745169515a626d687e62e4d7204d1ca2
parent97c725cd391ac63a934a6fe6f97602fe4c56f473
gh-145144: Add more tests for UserList, UserDict, etc (GH-145145)
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