Skip to content

Commit 27056f0

Browse files
committed
test_ssl: print complete diff (to make CI output more useful)
Signed-off-by: Alexander Kanavin <[email protected]>
1 parent 0387c34 commit 27056f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ssl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ def test_random(self):
383383
ssl.RAND_add(bytearray(b"this is a random bytearray object"), 75.0)
384384

385385
def test_parse_cert(self):
386+
self.maxDiff = None
386387
# note that this uses an 'unofficial' function in _ssl.c,
387388
# provided solely for this test, to exercise the certificate
388389
# parsing code

0 commit comments

Comments
 (0)