Skip to content

Commit 971a38f

Browse files
committed
test_ssl: print complete diff (to make CI output more useful)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
1 parent 1a81958 commit 971a38f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ssl.py

+1
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ def test_random(self):
409409
ssl.RAND_add(bytearray(b"this is a random bytearray object"), 75.0)
410410

411411
def test_parse_cert(self):
412+
self.maxDiff = None
412413
# note that this uses an 'unofficial' function in _ssl.c,
413414
# provided solely for this test, to exercise the certificate
414415
# parsing code

0 commit comments

Comments
 (0)