diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-09-22 12:57:47 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-09-22 12:57:47 -0700 |
commit | 11ea8a6d0dad54058928fb2e50fbf7a3cf3f66ff (patch) | |
tree | e677307a5071319ffc1568cda8c9252bef0443eb | |
parent | 519d5a034de887982136fcfdb6dffef47e46dd88 (diff) |
Comment re: cert tests
-rw-r--r-- | tests/test_pkey.py | 3 |
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) |