]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125346: Add more base64 tests (GH-141061)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 6 Nov 2025 09:34:32 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Nov 2025 09:34:32 +0000 (11:34 +0200)
commit13360efd385d1a7d0659beba03787ea3d063ef9b
tree7b605aed457037a005f996bd1fbc3107c152067c
parent4e6e208be9d1c52d1b55a8bb3a83682cb078e55e
gh-125346: Add more base64 tests (GH-141061)

Add more tests for the altchars argument of b64decode() and for the map01
argument of b32decode().
Lib/test/test_base64.py