Fix swapcase()#7788
Conversation
The tests for swapcase() were failing for two reasons. The first is '𐐧' casing which should be fixed with modern Unicode tables. The second failure is due to CPython's sigma override, which I implemented in
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 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 |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] test: cpython/Lib/test/test_coroutines.py (TODO: 19) dependencies: dependent tests: (7 tests) [x] test: cpython/Lib/test/test_str.py (TODO: 9) dependencies: dependent tests: (no tests depend on str) [x] test: cpython/Lib/test/test_compile.py (TODO: 16) dependencies: dependent tests: (no tests depend on compile) Legend:
|
The tests for swapcase() were failing for two reasons. The first is '𐐧' casing which should be fixed with modern Unicode tables. The second failure is due to CPython's sigma override, which I implemented in #7117.
This should work after rebasing, so I'm opening it as a placeholder for now. 😸