summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* Nuke retry_on_signal, pointless on modern Py3Jeff Forcier2023-01-161-34/+0
* flake8Jeff Forcier2023-01-161-1/+0
* Twiddle a test to not shadow hex builtin (and nuke %)Jeff Forcier2023-01-161-3/+3
* Migrate some byte related helpers aroundJeff Forcier2023-01-091-1/+1
* Fix Free Software Foundation addressPaul Howarth2022-03-151-1/+1
* Base case re #717 works now.Jeff Forcier2019-12-021-0/+1
* Implement ssh_config hostname canonicalization (WIP)Jeff Forcier2019-09-271-35/+38
* Sort top level import related junkJeff Forcier2019-09-261-20/+20
* Move all SSHConfig related tests to test_config.pyJeff Forcier2019-08-261-427/+14
* Add SSHConfigDict to __init__Jeff Forcier2019-07-051-0/+1
* Merge branch '2.3' into 2.4Jeff Forcier2019-06-141-7/+3
|\
| * Update to modern pytest(-relaxed)Jeff Forcier2019-06-141-7/+3
| * Blacken 2.0 with black 18.6b4Jeff Forcier2018-09-171-166/+209
| * Import cleanup, mostly focused on s/tests/./Jeff Forcier2018-09-171-0/+1
* | flake8 now applied to tests, huzzahJeff Forcier2019-06-081-7/+5
* | Bump black up to 18.6b4Jeff Forcier2018-08-221-1/+0
* | Blacken under black 18.5b0Jeff Forcier2018-05-291-1/+2
* | Blacken Paramiko on 2.4Chris Rose2018-05-171-166/+208
* | Import cleanup, mostly focused on s/tests/./Jeff Forcier2017-10-231-0/+1
* | Dropped Python 2.6 so we can stop using u()/b() for literals.Jeff Forcier2017-10-161-3/+3
* | Use set literalsJeff Forcier2017-10-101-1/+1
* | Use new(er)-style string formatting, {} instead of {0}Jeff Forcier2017-10-101-1/+1
|/
* Additional house style formatting tweaks, mostly re: removal of line continua...Jeff Forcier2017-05-311-3/+4
* Just get rid of the frickin' numbers.Jeff Forcier2016-12-051-16/+16
* Add tests for ~ expansion inside proxycommandqqo2016-12-051-0/+13
* Test & implementation for part 1 re: #670Jeff Forcier2016-04-251-0/+30
* Merge branch '1.14' into 1.15Jeff Forcier2016-01-191-4/+5
|\
| * Merge branch '1.13' into 1.14Jeff Forcier2016-01-191-4/+5
| |\
| | * Update SSHConfig.parse to strip leading and trailing whitespaceNick Pillitteri2016-01-081-4/+5
* | | Added check for proxycommand none and associated test as per Paramiko Issue 415Sean Johnson2014-12-171-0/+20
* | | Merge branch '1.15'Jeff Forcier2014-11-121-2/+13
|\ \ \
| * \ \ Merge branch '1.14' into 1.15Jeff Forcier2014-11-121-2/+13
| |\ \ \ | | |/ /
| | * | Merge branch '1.13' into 1.14Jeff Forcier2014-11-121-2/+13
| | |\ \ | | | |/
| | | * Failing test proving #429Jeff Forcier2014-11-121-2/+13
* | | | SSHConfig.get_hostnames: List literal hostnames from SSH configSøren Løvborg2014-09-191-0/+5
|/ / /
* | | Merge branch 'master' into 372-intJeff Forcier2014-09-081-5/+115
|\ \ \
| * \ \ Merge branch 'master' into 374-intJeff Forcier2014-09-081-1/+112
| |\ \ \
| | * \ \ Merge pull request #375 from lndbrg/lower-the-risk-of-editors-striping-whites...Jeff Forcier2014-09-081-1/+6
| | |\ \ \
| | | * | | Don't end a line with whitespace.Olle Lundberg2014-08-151-1/+6
| | * | | | Merge branch 'master' into 184-intJeff Forcier2014-09-051-0/+6
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch '1.13' into 1.14Jeff Forcier2014-08-251-0/+6
| | | |\ \ \ | | | | |/ / | | | |/| / | | | | |/
| | | | * Rework re #239 to work off post-1.13 codebase. Closes #239Jeff Forcier2014-08-251-0/+6
| | * | | Moved get_hosts function into method.Yan Kalchevksiy2014-04-221-0/+32
| | * | | Add support quoted values for SSHConfig (#157)Yan Kalchevskiy2014-04-221-0/+68
| | |/ /
| * | | Remove all occurences of ParamikoTest.Olle Lundberg2014-08-151-3/+2
| |/ /
* | | Add a utility method for value clamping.Olle Lundberg2014-08-141-0/+5
|/ /
* | Merge branch 'master' into use-urandomAlex Gaynor2014-04-141-2/+3
|\ \
| * | Switched hash functions from PyCrypto to hashlib.Alex Gaynor2014-03-291-2/+3
| |/
* | Switch from using PyCrypto's Random to using os.urandom.Alex Gaynor2014-03-291-6/+0
|/
* Fix import * and a bunch of PEP8 formattingScott Maxwell2014-03-071-3/+2