]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96954: Add tests for unicodedata.name/lookup (#96955)
authorBatuhan Taskaya <isidentical@gmail.com>
Wed, 21 Sep 2022 12:52:40 +0000 (14:52 +0200)
committerGitHub <noreply@github.com>
Wed, 21 Sep 2022 12:52:40 +0000 (14:52 +0200)
commit5a32eeced2c537c13613dd4ff5b2767a37037294
treee73d0ea61bf2ae8d4ee2fdf08f7b303f6ef7a18e
parente5ab0b6aa68009a3f50b141ec013dacee3676db9
gh-96954: Add tests for unicodedata.name/lookup (#96955)

They were undertested, and since #96954 might involve a
rewrite of this part of the code we want to ensure that
there won't be any behavioral change.

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Lib/test/test_unicodedata.py