From b5db25896f784da7dbe6f208a46a162a5107e1d5 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 2 May 2023 18:48:38 -0400 Subject: Comment updates --- tests/conftest.py | 1 + tests/test_transport.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index f3dc2d61..6824ff0d 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -24,6 +24,7 @@ from ._util import _support from icecream import ic, install as install_ic +# Better print() for debugging - use ic()! install_ic() ic.configureOutput(includeContext=True) diff --git a/tests/test_transport.py b/tests/test_transport.py index d8ac8a4b..485e94f9 100644 --- a/tests/test_transport.py +++ b/tests/test_transport.py @@ -1368,7 +1368,8 @@ class TestExtInfo(unittest.TestCase): ), ) as (tc, _): assert tc.is_authenticated() - # Client settled on 256 despite itself not having 512 disabled + # Client settled on 256 despite itself not having 512 disabled (and + # otherwise, 512 would have been earlier in the preferred list) assert tc._agreed_pubkey_algorithm == "rsa-sha2-256" -- cgit v1.2.3