summaryrefslogtreecommitdiff
path: root/tests/test_util.py
Commit message (Expand)AuthorAgeFilesLines
* WIPauth-shakeupJeff Forcier2018-05-031-0/+1
* Add some missing newer key classes to import tests.Jeff Forcier2018-02-221-0/+2
* DeduplicationJeff Forcier2017-12-311-32/+35
* Python 3 gets mad if you star import inside inner scopes.Jeff Forcier2017-12-311-2/+2
* Clean up all non-E501 flake8 errors in test suite.Jeff Forcier2017-12-311-33/+51
* 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
* Remove byte conversions and unhexlify calls that we only needed for Py2.5 sup...Scott Maxwell2013-11-191-2/+2
* Use 'with' for opening most file and SFTPFIle objectsScott Maxwell2013-11-191-3/+2
* Fix some deprecation and resource warningsScott Maxwell2013-11-021-17/+17
* Fix bytes/str type in more placesScott Maxwell2013-10-311-3/+3
* Convert and detect types properly, use helper constants, use StringIO and rangeScott Maxwell2013-10-301-10/+10
* Fix dict iters, sorts, exceptions, bytes renames and tuple argsScott Maxwell2013-10-301-3/+3
* Fix importsScott Maxwell2013-10-301-2/+2
* Merge branch '1.9' into 1.10Jeff Forcier2013-09-271-1/+1
|\
| * Merge branch '1.8' into 1.9Jeff Forcier2013-09-271-1/+1
| |\
| | * Fixed a typo in the license header of most filesJeff Forcier2013-09-271-1/+1
* | | Fix #179 - missing host variable in fqdn evaluationJeff Forcier2013-09-271-0/+11
* | | Fix broken test.Olle Lundberg2013-02-281-4/+4
* | | Add tests for identityfile parsing.Olle Lundberg2013-02-281-1/+30