summaryrefslogtreecommitdiff
path: root/tests/test_auth.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-06 14:04:04 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-06 14:04:04 -0700
commitf0372ad11cc59e2b750fc3a3252f5ee3458ce623 (patch)
tree25f6944e44f8c26ca736e6da39a9ca0ad678491b /tests/test_auth.py
parentc5febfa0176be1d230aabf6bb4ed94731a60e325 (diff)
parent2804b79cdeb2c140862d48883b7fdc105f05b95a (diff)
downloadparamiko-f0372ad11cc59e2b750fc3a3252f5ee3458ce623.tar.gz
Merge branch 'master' into 869-int
Diffstat (limited to 'tests/test_auth.py')
-rw-r--r--tests/test_auth.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py
index 4fe6a325..58b2f44f 100644
--- a/tests/test_auth.py
+++ b/tests/test_auth.py
@@ -25,9 +25,10 @@ import threading
import unittest
from time import sleep
-from paramiko import Transport, ServerInterface, RSAKey, DSSKey, \
- BadAuthenticationType, InteractiveQuery, \
- AuthenticationException
+from paramiko import (
+ Transport, ServerInterface, RSAKey, DSSKey, BadAuthenticationType,
+ InteractiveQuery, AuthenticationException,
+)
from paramiko import AUTH_FAILED, AUTH_PARTIALLY_SUCCESSFUL, AUTH_SUCCESSFUL
from paramiko.py3compat import u
from tests.loop import LoopSocket