dulwich icon indicating copy to clipboard operation
dulwich copied to clipboard

tests for paramiko SSH implementation

Open jelmer opened this issue 8 years ago • 2 comments

There are currently no tests for the Paramiko SSH support in Dulwich, leading to bugs like #363. We should add some.

jelmer avatar Aug 18 '15 22:08 jelmer

The Paramiko SSH Vendor has been moved to dulwich/contrib, making this issue somewhat less important.

jelmer avatar Sep 14 '15 23:09 jelmer

Replying to the comments by @friz-zy in https://github.com/dulwich/dulwich/pull/615:

There is currently no end-to-end test for SSH with a real SSH server, since this is tricky to do (e.g. involves depending on openssh installation).

Ideally, tests for paramiko would be end to end tests that simply used the paramiko SSH server implementation; depending on external network connectivity is a problem.

jelmer avatar Feb 25 '18 16:02 jelmer