mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Remove duplicated tests in test_base64 (gh-125346) (GH-141153)
This commit is contained in:
parent
0b260305d3
commit
e95e783dff
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue