summaryrefslogtreecommitdiff
path: root/tests/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* Stop stripping ProxyCommand none, make it NoneJeff Forcier2023-01-161-10/+10
* No more (object)ionsJeff Forcier2023-01-161-11/+11
* s/mock/unittest.mock/gJeff Forcier2023-01-091-1/+1
* string_types -> strJeff Forcier2023-01-091-3/+1
* Merge branch '2.10' into 2.11Jeff Forcier2022-06-031-1/+6
|\
| * Merge branch '2.9' into 2.10Jeff Forcier2022-06-031-1/+6
| |\
| | * Skip tests requiring invoke if it's not installedMichał Górny2022-06-031-1/+6
* | | Massage #1951 a bitJeff Forcier2022-04-251-0/+19
|/ /
* | Helps to actually leverage your mocked system callsJeff Forcier2022-03-111-4/+6
* | OpenSSH docs state %C should also work in IdentityFile and Match execJeff Forcier2022-03-111-4/+19
* | Prettify, add %C as acceptable controlpath token, mock gethostnameJason Brand2022-03-111-0/+1
|/
* Apply %h tokenization to HostNameJeff Forcier2019-12-031-0/+10
* Never actually handled optional-ness of Invoke importJeff Forcier2019-12-031-0/+9
* BlackenJeff Forcier2019-12-031-0/+1
* Fill in rest of Match exec tests - all passJeff Forcier2019-12-031-15/+37
* Base case re #717 works now.Jeff Forcier2019-12-021-56/+399
* Tweak some old test names for easier targetingJeff Forcier2019-12-021-17/+26
* Implement ssh_config hostname canonicalization (WIP)Jeff Forcier2019-09-271-6/+151
* Somehow failed to flake/blacken previouslyJeff Forcier2019-08-271-1/+0
* Clean up existing ssh_config tests moreJeff Forcier2019-08-261-77/+68
* Add new SSHConfig constructorsJeff Forcier2019-08-261-17/+36
* Start moving config snippets to filesJeff Forcier2019-08-261-28/+9
* Move all SSHConfig related tests to test_config.pyJeff Forcier2019-08-261-39/+428
* BlackenedJeff Forcier2018-06-141-1/+1
* Return a userdict class from paramiko config parsingChris Rose2018-05-161-1/+30
* Add an SSHConfig dict to provide type conversion helpersChris Rose2018-05-161-0/+45