Update test_unicodedata from v3.14.2 and implement more#7114
Update test_unicodedata from v3.14.2 and implement more#7114youknowone wants to merge 5 commits intoRustPython:mainfrom
Conversation
Add combining, decomposition, digit, decimal, numeric methods to Ucd. Change lookup() to raise KeyError instead of LookupError. Remove expectedFailure markers from 9 passing tests.
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Code has been automatically formatted The code in this PR has been formatted using:
git pull origin unicode |
Add unicodedata.is_normalized() method. Rename decomp_chars to chars to fix spell check. Remove expectedFailure from test_named_unicode_escapes and test_urlsplit_normalization.
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [ ] lib: cpython/Lib/posixpath.py dependencies:
dependent tests: (40 tests)
[x] test: cpython/Lib/test/test_float.py (TODO: 8) dependencies: dependent tests: (no tests depend on float) [x] lib: cpython/Lib/re dependencies:
dependent tests: (59 tests)
[ ] test: cpython/Lib/test/test_unicodedata.py (TODO: 9) dependencies: dependent tests: (no tests depend on unicode) [x] lib: cpython/Lib/urllib dependencies:
dependent tests: (27 tests)
Legend:
|
No description provided.