summaryrefslogtreecommitdiffhomepage
path: root/tests
AgeCommit message (Collapse)Author
2019-12-03How do folks keep putting friggin numbers in the tests?Jeff Forcier
Well, pkey was probably my fault as the patch has sat around for ages
2019-12-03Rename new test key files for readabilityJeff Forcier
2019-12-03Merge branch 'master' into 1343-intJeff Forcier
2019-12-03Apply %h tokenization to HostNameJeff Forcier
This was another spot that incidentally occurred in older (and moved) code, but was made incorrect after cleanup
2019-12-03Modernize a test that sometimes fails for no obvious reason on travis only =/Jeff Forcier
2019-12-03Trim trailing whitespace from test config filesJeff Forcier
2019-12-03Never actually handled optional-ness of Invoke importJeff Forcier
Was just silently failing, wahoops
2019-12-03BlackenJeff Forcier
2019-12-03Fill in rest of Match exec tests - all passJeff Forcier
2019-12-02Base case re #717 works now.Jeff Forcier
Huge ass squashed commit because I was experimenting with "commit entire feature at once so you do not leave broken tests around to break bisecting". Not sure it's worth it, at least not for large-ish, overhauling-existing-code feature adds. Breaking the work up over months did not help either, L M A O
2019-12-02Tweak some old test names for easier targetingJeff Forcier
2019-09-27Python 2 fix - not all exceptions have .msg under this interp versionJeff Forcier
2019-09-27Implement ssh_config hostname canonicalization (WIP)Jeff Forcier
- Refactor DNS lookup related junk previously only relevant to %h - Refactor guts of lookup() so it can be done >1 time - Changelog/tests/implementation for canonicalization itself Closes #897
2019-09-26Sort top level import related junkJeff Forcier
2019-08-27Somehow failed to flake/blacken previouslyJeff Forcier
2019-08-26Clean up existing ssh_config tests moreJeff Forcier
- New constructors used errywhere - More consistent config snippet formatting
2019-08-26Add new SSHConfig constructorsJeff Forcier
2019-08-26Start moving config snippets to filesJeff Forcier
2019-08-26Move all SSHConfig related tests to test_config.pyJeff Forcier
Includes cleanup of unittest-isms and migrating recently added SSHConfigDict tests to a distinct class vs top-level funcs.
2019-07-05Add SSHConfigDict to __init__Jeff Forcier
2019-07-05Actually test ProxyCommand as currently implementedJeff Forcier
Including shuffling around the imports therein so they can actually be mocked, without losing the property of "can be imported under GAE".
2019-06-21Extend new algorithm disabling to compressionsJeff Forcier
2019-06-21Spot check use of new algorithm propertiesJeff Forcier
2019-06-21Rename to disableD_algorithms everywhere for consistencyJeff Forcier
Having it feel verb-y isn't that much better than the alternative, and consistency is a nice hobgoblin
2019-06-21Basic impl of algorithm filteringJeff Forcier
Not actually leveraged anywhere yet
2019-06-21Client->Transport for disable_algorithmsJeff Forcier
2019-06-21Old code sucksJeff Forcier
2019-06-21Merge branch '2.5'Jeff Forcier
2019-06-21Merge branch '2.4' into 2.5Jeff Forcier
2019-06-21Merge branch '2.3' into 2.4Jeff Forcier
2019-06-21Merge branch '2.2' into 2.3Jeff Forcier
2019-06-21BlackenJeff Forcier
2019-06-21Merge branch '2.5'Jeff Forcier
2019-06-21Merge branch '2.4' into 2.5Jeff Forcier
2019-06-21Merge branch '2.3' into 2.4Jeff Forcier
2019-06-21Merge branch '2.2' into 2.3Jeff Forcier
2019-06-21Add new keys and tests proving #1306Jeff Forcier
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
2019-06-21flake8Jeff Forcier
2019-06-21Merge branch 'master' into 1311-intJeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Backported flake8 fixJeff Forcier
2019-06-14flake8, blackenJeff Forcier
2019-06-14Implement #322 - new ChannelFile subclass for stdin that calls ↵Jeff Forcier
shutdown_write on close()
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Basic tests proving Client.exec_command returns ChannelFile instancesJeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Add some basic tests for Channel(Stderr)FileJeff Forcier
2019-06-14Merge branch '2.4' into 2.5Jeff Forcier
2019-06-14Add some basic tests for Channel(Stderr)FileJeff Forcier