summaryrefslogtreecommitdiffhomepage
path: root/tests/test_ssh_exception.py
AgeCommit message (Collapse)Author
2019-06-21Enhancements to #1460Jeff Forcier
- Modern style string formatting please - Make more sensible use of object attributes, where it can be done backwards incompatibly - Gussy up the string output to my personal taste - Add tests
2018-08-22Bump black up to 18.6b4Jeff Forcier
2018-05-17Blacken Paramiko on 2.4Chris Rose
2016-04-24Python 2.6 fix re: assertInJeff Forcier
2016-04-24Improve NoValidConnectionsError formattingMarius Gedminas
Because "Unable to connect to port 22 on or X.X.X.X" looks seriously _weird_ with the blank space between "on" and "or".
2016-04-24Make NoValidConnectionsError picklable correctlyMarius Gedminas
Fixes #617.