https://github.com/python/cpython/commit/e95e783dff443b68e8179fdb57737025bf02ba76
commit: e95e783dff443b68e8179fdb57737025bf02ba76
branch: main
author: Serhiy Storchaka <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2025-11-06T16:48:58Z
summary:
Remove duplicated tests in test_base64 (gh-125346) (GH-141153)
files:
M Lib/test/test_base64.py
diff --git a/Lib/test/test_base64.py b/Lib/test/test_base64.py
index 65977ca8c9f2e0..ac3f09405457df 100644
--- a/Lib/test/test_base64.py
+++ b/Lib/test/test_base64.py
@@ -394,10 +394,6 @@ def test_b32decode_casefold(self):
self.assertRaises(binascii.Error, base64.b32decode, b'me======')
self.assertRaises(binascii.Error, base64.b32decode, 'me======')
- # Mapping zero and one
- eq(base64.b32decode(b'MLO23456'), b'b\xdd\xad\xf3\xbe')
- eq(base64.b32decode('MLO23456'), b'b\xdd\xad\xf3\xbe')
-
def test_b32decode_map01(self):
# Mapping zero and one
eq = self.assertEqual
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]