]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81005: Refactor str tests to reflect that str and unicode are merged in Python...
authorDaniel Fortunov <asqui@users.noreply.github.com>
Tue, 23 May 2023 14:11:29 +0000 (15:11 +0100)
committerGitHub <noreply@github.com>
Tue, 23 May 2023 14:11:29 +0000 (17:11 +0300)
commitddb14859535ab8091381b9d0baf32dbe245b5e65
tree6ae7e1097013aab5e37ad69d7c45413fbd37d15a
parent76170f545870db93b6c45cae09ff34b18639ee97
gh-81005: Refactor str tests to reflect that str and unicode are merged in Python 3 (#13172)

Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Lib/test/string_tests.py
Lib/test/test_builtin.py
Lib/test/test_str.py [moved from Lib/test/test_unicode.py with 99% similarity]
Lib/test/test_userstring.py
Misc/NEWS.d/next/Tests/2023-05-19-08-06-06.gh-issue-81005.-q7m9W.rst [new file with mode: 0644]