Update test_base64.py from 3.14.4#7624
Update test_base64.py from 3.14.4#7624changjoon-park wants to merge 1 commit intoRustPython:mainfrom
test_base64.py from 3.14.4#7624Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ 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] lib: cpython/Lib/base64.py dependencies:
dependent tests: (51 tests)
Legend:
|
Thank you ! |
Syncs
Lib/test/test_base64.pywith CPython 3.14.4.Adds coverage for the
ignorecharsparameter ofbase64.a85decode:ignorechars=b" \n"ValueErrorwhenignorecharsis empty or missing chars present in the inputTypeErrorwhenignorecharsis not bytes (str,None)Also reorders imports so
unittestcomes first (matches CPython's ordering).No RUSTPYTHON markers touched.