Skip to content

Commit 4444158

Browse files
Remove old tests.
1 parent 1abf3dd commit 4444158

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Lib/test/test_binascii.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,6 @@ def test_constants(self):
8484
b'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8585
b'.-:+=^!/*?&<>()[]{}@%$#')
8686

87-
for name in ('BASE85_ALPHABET', 'ASCII85_ALPHABET',
88-
'Z85_ALPHABET'):
89-
value = getattr(binascii, name)
90-
self.assertIsInstance(value, bytes)
91-
self.assertEqual(len(value), 85)
92-
self.assertEqual(len(set(value)), 85)
93-
9487
def test_functions(self):
9588
# Check presence of all functions
9689
for name in all_functions:

0 commit comments

Comments
 (0)