summaryrefslogtreecommitdiffhomepage
path: root/tests/test_pkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pkey.py')
-rw-r--r--tests/test_pkey.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test_pkey.py b/tests/test_pkey.py
index 95557621..a9205a18 100644
--- a/tests/test_pkey.py
+++ b/tests/test_pkey.py
@@ -488,6 +488,9 @@ class KeyTest(unittest.TestCase):
os.remove(newfile)
def test_certificates(self):
+ # NOTE: we also test 'live' use of cert auth for all key types in
+ # test_client.py; this and nearby cert tests are more about the gritty
+ # details.
# PKey.load_certificate
key_path = test_path(os.path.join('cert_support', 'test_rsa.key'))
key = RSAKey.from_private_key_file(key_path)