Skip to content

Commit

Permalink
Move all SSHConfig related tests to test_config.py
Browse files Browse the repository at this point in the history
Includes cleanup of unittest-isms and migrating recently added
SSHConfigDict tests to a distinct class vs top-level funcs.
  • Loading branch information
bitprophet committed Aug 27, 2019
1 parent 4266754 commit c50f825
Show file tree
Hide file tree
Showing 3 changed files with 445 additions and 466 deletions.
3 changes: 3 additions & 0 deletions paramiko/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
import shlex
import socket

from .py3compat import StringIO


SSH_PORT = 22


Expand Down
Loading

0 comments on commit c50f825

Please sign in to comment.