summaryrefslogtreecommitdiff
path: root/tests/test_ssh_exception.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 2.6 fix re: assertInJeff Forcier2016-04-241-3/+4
|
* Improve NoValidConnectionsError formattingMarius Gedminas2016-04-241-1/+16
| | | | | Because "Unable to connect to port 22 on or X.X.X.X" looks seriously _weird_ with the blank space between "on" and "or".
* Make NoValidConnectionsError picklable correctlyMarius Gedminas2016-04-241-0/+15
Fixes #617.