summaryrefslogtreecommitdiffhomepage
path: root/tests/test_util.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_util.py')
-rw-r--r--tests/test_util.py6
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",