mikeal / sequest

Simplified API for SSH and SFTP similar to request.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running tests

jcrugzz opened this issue · comments

@mikeal whats the magical environment that you have setup to have your tests run?

local ssh server that has my public key which is also in my ssh-agent :)

@mikeal ah i just needed that authorized_keys magic ;)

eventually we should embed an ssh server in the test to avoid this, but they'll take longer to run and we won't be able to test ssh-agent support, but it would be worth it to get travis support in.

agreed.