diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-05-18 19:23:19 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-05-22 12:22:05 -0400 |
commit | 90985d63bfe06f5bcb508cca74f9c135f881583c (patch) | |
tree | 5523c1dfaee8d1b1fbb925b6da5b2e58f6ff86ff /tests/test_util.py | |
parent | ce454580c03997d9b5873fe31e1ce27d1c64cf12 (diff) |
Test existing AuthSource class tree
Includes relevant tweaks to assorted classes
Diffstat (limited to 'tests/test_util.py')
-rw-r--r-- | tests/test_util.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_util.py b/tests/test_util.py index 4a8cf972..060e6249 100644 --- a/tests/test_util.py +++ b/tests/test_util.py @@ -50,6 +50,7 @@ class UtilTest(unittest.TestCase): "AgentKey", "AuthenticationException", "AuthHandler", + "AuthResult", "AuthSource", "AuthStrategy", "AutoAddPolicy", @@ -61,10 +62,14 @@ class UtilTest(unittest.TestCase): "CouldNotCanonicalize", "DSSKey", "HostKeys", + "InMemoryPrivateKey", "Message", "MissingHostKeyPolicy", "NoneAuth", + "OnDiskPrivateKey", + "Password", "PasswordRequiredException", + "PrivateKey", "RSAKey", "RejectPolicy", "SFTP", @@ -81,6 +86,7 @@ class UtilTest(unittest.TestCase): "SSHException", "SecurityOptions", "ServerInterface", + "SourceResult", "SubsystemHandler", "Transport", "WarningPolicy", |